From 8d94abfb1aca90f8396c926467b8c193cf24edbb Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 3 Jul 2025 12:14:36 +0200 Subject: [PATCH] manually bump version back to current --- .version | 2 +- pyproject.toml | 4 ++-- src/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.version b/.version index 6c6aa7c..7dff5b8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9ae1852..2a9433a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "semesterapparatsmanager" -version = "0.1.0" +version = "0.2.1" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" @@ -37,7 +37,7 @@ dev = [ ] [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.2.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 1259fd9..daeaf7a 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.2.1" __author__ = "Alexander Kirchner" __all__ = ["__version__", "__author__", "Icon", "settings"]