Skip to content

Commit be1a0ce

Browse files
authored
Release v0.8 (#112)
1 parent 9167ea3 commit be1a0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(sherpa)
33

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

88
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
99
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")

scripts/conda-cpu/sherpa/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: sherpa
3-
version: "0.7.1"
3+
version: "0.8"
44

55
source:
66
path: "{{ environ.get('SHERPA_ROOT_DIR') }}"

0 commit comments

Comments
 (0)