Bump version: 1.0.0 → 1.0.1

This commit is contained in:
Gitea CI
2025-11-24 13:06:49 +00:00
parent a8ebaee154
commit 8c42d5fa45
3 changed files with 4 additions and 4 deletions

View File

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