mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-29 16:12:06 -04:00
Bump APP_VERSION to 1.0.1
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"""Application-wide constants and configuration values."""
|
"""Application-wide constants and configuration values."""
|
||||||
import os
|
import os
|
||||||
|
|
||||||
APP_VERSION = "1.0.0"
|
APP_VERSION = "1.0.1"
|
||||||
|
|
||||||
# Base paths
|
# Base paths
|
||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + "/"
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + "/"
|
||||||
|
|||||||
Reference in New Issue
Block a user