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

AST-1509: bump patch version

parent 7309ddad
No related branches found
Tags v0.5.5
1 merge request!332AST-1509: bump patch version
Pipeline #73580 passed with warnings
......@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.15)
#------------------------------------------------------------------------------
# Set version name and project number
set(EVERYBEAM_VERSION 0.5.4) # Keep in sync with `pyproject.toml` file
set(EVERYBEAM_VERSION 0.5.5) # 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.4" # Keep in sync with top-level `CMakeLists.txt` file
version = "0.5.5" # 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