From 066706872dcadabf56f47565fa6c1bf852738d76 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Fri, 26 Nov 2021 09:25:41 +0100 Subject: [PATCH] updated version and added python 3.10 build --- CMakeLists.txt | 2 +- conda-recepie/conda_build_config.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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