Skip to content

Commit

Permalink
Bump version: 2023.3.1 → 2024.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Jun 27, 2024
1 parent d54ad9f commit ef911dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cardiac_mps"
version = "2023.3.1"
version = "2024.0.0"
description = "Tools for working with caridac mps files"
authors = [{name = "Henrik Finsberg", email = "[email protected]"}]
license = {text = "LGPL-2.1"}
Expand Down Expand Up @@ -165,7 +165,7 @@ tag = true
sign_tags = false
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
current_version = "2023.3.1"
current_version = "2024.0.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = [
"{major}.{minor}.{patch}"
Expand Down

0 comments on commit ef911dc

Please sign in to comment.