Bump version: 0.1.0 → 0.2.0-dev0

This commit is contained in:
2025-03-26 10:26:34 +01:00
parent 07c00c893d
commit 6cfaec0c0c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.0" current_version = "0.2.0-dev0"
parse = """(?x) parse = """(?x)
(?P<major>0|[1-9]\\d*)\\. (?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\. (?P<minor>0|[1-9]\\d*)\\.

View File

@@ -7,7 +7,7 @@ from datetime import datetime
settings = Config("config/config.yaml") settings = Config("config/config.yaml")
from .utils.icon import Icon from .utils.icon import Icon
__version__ = "0.1.0" __version__ = "0.2.0-dev0"
__author__ = "Alexander Kirchner" __author__ = "Alexander Kirchner"