From 453f42b033e10d08ca10c16e12787b13f138d858 Mon Sep 17 00:00:00 2001 From: chiarasal <chiara.salvoni@cgi.com> Date: Tue, 19 Mar 2024 14:28:06 +0100 Subject: [PATCH] AST-1493: bump version to use newer version in DP3 --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91d8bb12..11a9e02a 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 d99c7fdf..658c91ea 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" -- GitLab