Skip to content
Snippets Groups Projects
Verified Commit 5d8b9168 authored by Maik Nijhuis's avatar Maik Nijhuis
Browse files

Set version to 0.7.0

parent 38885a84
No related branches found
Tags v0.7.0
1 merge request!392Set version to 0.7.0
Pipeline #105494 passed with warnings
......@@ -9,7 +9,7 @@ include(CheckFunctionExists)
#------------------------------------------------------------------------------
# Set version name and project number
set(EVERYBEAM_VERSION 0.6.1) # Keep in sync with `pyproject.toml` file
set(EVERYBEAM_VERSION 0.7.0) # 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.6.1" # Keep in sync with top-level `CMakeLists.txt` file
version = "0.7.0" # 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