Fix inconsistency in config files

This commit is contained in:
2025-12-21 13:17:33 +08:00
parent 563bb8fa6a
commit d2dc293722
2 changed files with 50 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
"""Central location for the application version string."""
from __future__ import annotations
APP_VERSION = "0.1.5"
APP_VERSION = "0.1.6"
def get_version() -> str: