diff --git a/.version b/.version index afaf360..7f20734 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 536773b..b1c7a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/src/__init__.py b/src/__init__.py index 93fbfbc..ad3de8e 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" __author__ = "Alexander Kirchner" __all__ = ["__version__", "__author__", "Icon", "settings"]