diff --git a/CMakeLists.txt b/CMakeLists.txt index d2615d919..b5e364e20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # We could be fine with 3.12, but 3.14 has ctest --show-only=json-v1 used in CI. cmake_minimum_required(VERSION 3.14) -project(SIRIUS VERSION 7.0.0) +project(SIRIUS VERSION 7.0.1) # user variables set(CREATE_PYTHON_MODULE OFF CACHE BOOL "create sirius Python module")