From 20c6ba8f321485d1d6360fa8c30be3127c1e396a Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Fri, 19 Jun 2026 00:34:37 +0000 Subject: [PATCH] Bump APP_VERSION to 1.0.1 --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 3f58eba26..16aecf19a 100644 --- a/src/constants.py +++ b/src/constants.py @@ -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__))) + "/"