Bump version: 0.2.1 → 1.0.0
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "0.2.1"
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Alexander Kirchner"
|
||||
__all__ = ["__version__", "__author__", "Icon", "settings"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user