Bump version: 0.2.0 → 0.2.1

This commit is contained in:
2025-03-26 10:28:25 +01:00
parent d225c1d4e8
commit f1724058b0
2 changed files with 2 additions and 2 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"
__version__ = "0.2.1"
__author__ = "Alexander Kirchner"