Bump version: 1.0.1 → 1.0.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "semesterapparatsmanager"
|
name = "semesterapparatsmanager"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
@@ -36,7 +36,7 @@ dev = ["bump-my-version>=0.29.0", "icecream>=2.1.4", "nuitka>=2.5.9"]
|
|||||||
swbtest = ["alive-progress>=3.3.0"]
|
swbtest = ["alive-progress>=3.3.0"]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.0.1"
|
current_version = "1.0.2"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
__version__ = "1.0.1"
|
__version__ = "1.0.2"
|
||||||
__author__ = "Alexander Kirchner"
|
__author__ = "Alexander Kirchner"
|
||||||
__all__ = ["__version__", "__author__", "Icon", "settings"]
|
__all__ = ["__version__", "__author__", "Icon", "settings"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user