change versioning

This commit is contained in:
2025-03-26 10:28:18 +01:00
parent a5894eedfd
commit d225c1d4e8
2 changed files with 4 additions and 19 deletions

View File

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