diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cc58f5c2..2ecce8bfb 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.6") +set(SHERPA_VERSION "0.7") 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 c1f8f5b72..87c5e1d4b 100644 --- a/scripts/conda-cpu/sherpa/meta.yaml +++ b/scripts/conda-cpu/sherpa/meta.yaml @@ -1,6 +1,6 @@ package: name: sherpa - version: "0.6" + version: "0.7" source: path: "{{ environ.get('SHERPA_ROOT_DIR') }}"