updated version and added python 3.10 build

This commit is contained in:
Erik Frojdh 2021-11-26 09:25:41 +01:00
parent f98c403f06
commit 066706872d
2 changed files with 3 additions and 2 deletions

View File

@ -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")

View File

@ -3,6 +3,7 @@ python:
- 3.7
- 3.8
- 3.9
- 3.10
numpy:
- 1.17