From a5894eedfdd990941ef48c9707c16e8ccee0b73b Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Wed, 26 Mar 2025 10:26:34 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0-dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- src/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 0c45b4d..e7e99eb 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.2.0-dev0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/src/__init__.py b/src/__init__.py index 4033f91..455b5d5 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -7,7 +7,7 @@ from datetime import datetime settings = Config("config/config.yaml") from .utils.icon import Icon -__version__ = "0.1.0" +__version__ = "0.2.0-dev0" __author__ = "Alexander Kirchner"