diff --git a/CMakeLists.txt b/CMakeLists.txt index 8be140114b..f8563a20e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (C) 2021 Contributors to the SLS Detector Package cmake_minimum_required(VERSION 3.12) project(slsDetectorPackage) -set(PROJECT_VERSION 6.0.0) +set(PROJECT_VERSION 6.1.0) set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") diff --git a/conda-recepie/conda_build_config.yaml b/conda-recepie/conda_build_config.yaml index a8201780ba..cd57045898 100644 --- a/conda-recepie/conda_build_config.yaml +++ b/conda-recepie/conda_build_config.yaml @@ -3,6 +3,7 @@ python: - 3.7 - 3.8 - 3.9 + - 3.10 numpy: - - 1.17 \ No newline at end of file + - 1.17