Bump version: 0.2.1 → 1.0.0

This commit is contained in:
2025-07-03 12:34:56 +02:00
parent 18b787dcad
commit f4d548d91a
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
0.2.1
1.0.0

View File

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

View File

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