Skip to content

Commit

Permalink
updated version and added python 3.10 build
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Nov 26, 2021
1 parent f98c403 commit 0667068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
3 changes: 2 additions & 1 deletion conda-recepie/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 3.7
- 3.8
- 3.9
- 3.10

numpy:
- 1.17
- 1.17

0 comments on commit 0667068

Please sign in to comment.