Skip to content
Snippets Groups Projects
Commit 453f42b0 authored by Chiara Salvoni's avatar Chiara Salvoni
Browse files

AST-1493: bump version to use newer version in DP3

parent 83cda018
No related branches found
Tags v0.5.7
1 merge request!341AST-1493: bump version to use newer version in DP3
Pipeline #76242 passed with warnings
......@@ -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}")
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment