dev #29

Merged
WorldTeacher merged 8 commits from dev into main 2025-12-01 09:53:45 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 8c42d5fa45 - Show all commits

View File

@@ -1 +1 @@
1.0.0
1.0.1

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}"

View File

@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
__author__ = "Alexander Kirchner"
__all__ = ["__version__", "__author__", "Icon", "settings"]