manually bump version back to current

This commit is contained in:
2025-07-03 12:14:36 +02:00
parent 83e6446b16
commit 8d94abfb1a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "semesterapparatsmanager"
version = "0.1.0"
version = "0.2.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
@@ -37,7 +37,7 @@ dev = [
]
[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.2.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"