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__))) + "/"