diff --git a/CMakeLists.txt b/CMakeLists.txt index 91d8bb1263911b21253facaaa740bc9aa77e12b7..11a9e02a2b222de48c9680986d91729d70472939 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.15) #------------------------------------------------------------------------------ # Set version name and project number -set(EVERYBEAM_VERSION 0.5.6) # Keep in sync with `pyproject.toml` file +set(EVERYBEAM_VERSION 0.5.7) # Keep in sync with `pyproject.toml` file if(EVERYBEAM_VERSION MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)") set(EVERYBEAM_VERSION_MAJOR "${CMAKE_MATCH_1}") set(EVERYBEAM_VERSION_MINOR "${CMAKE_MATCH_2}") diff --git a/pyproject.toml b/pyproject.toml index d99c7fdffa8ed193e23e8947731382c36cce1263..658c91eacc7b82ea60799cc854145127411953b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ build-backend = "scikit_build_core.build" [project] name = "everybeam" -version = "0.5.6" # Keep in sync with top-level `CMakeLists.txt` file +version = "0.5.7" # Keep in sync with top-level `CMakeLists.txt` file description = "EveryBeam" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.7"