From d6883b038804e682e958cb81efd6fd790622df52 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Mon, 24 Nov 2025 13:13:19 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.1=20=E2=86=92=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .version | 2 +- pyproject.toml | 4 ++-- src/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.version b/.version index 7f20734..e6d5cb8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3b7a459..dad2c14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "semesterapparatsmanager" -version = "1.0.1" +version = "1.0.2" description = "Add your description here" readme = "README.md" 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"] [tool.bumpversion] -current_version = "1.0.1" +current_version = "1.0.2" 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 ad3de8e..f9979f0 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" __author__ = "Alexander Kirchner" __all__ = ["__version__", "__author__", "Icon", "settings"]