Skip to content

Commit

Permalink
Release v0.8 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Sep 15, 2022
1 parent 9167ea3 commit be1a0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(sherpa)

# Remember to change
# scripts/conda-cpu/sherpa/meta.yaml
set(SHERPA_VERSION "0.7.1")
set(SHERPA_VERSION "0.8")

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda-cpu/sherpa/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: sherpa
version: "0.7.1"
version: "0.8"

source:
path: "{{ environ.get('SHERPA_ROOT_DIR') }}"
Expand Down

0 comments on commit be1a0ce

Please sign in to comment.