Bump APP_VERSION to 1.0.1

This commit is contained in:
pewdiepie-archdaemon
2026-06-19 00:34:37 +00:00
parent 9adb940ef9
commit 20c6ba8f32
+1 -1
View File
@@ -2,7 +2,7 @@
"""Application-wide constants and configuration values."""
import os
APP_VERSION = "1.0.0"
APP_VERSION = "1.0.1"
# Base paths
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + "/"