diff --git a/CMakeLists.txt b/CMakeLists.txt index 6746e69e7..6756b741c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/scripts/conda-cpu/sherpa/meta.yaml b/scripts/conda-cpu/sherpa/meta.yaml index 882a2d4b1..9115bf0f1 100644 --- a/scripts/conda-cpu/sherpa/meta.yaml +++ b/scripts/conda-cpu/sherpa/meta.yaml @@ -1,6 +1,6 @@ package: name: sherpa - version: "0.7.1" + version: "0.8" source: path: "{{ environ.get('SHERPA_ROOT_DIR') }}"