Bump APP_VERSION to 1.0.1
This commit is contained in:
parent
9adb940ef9
commit
20c6ba8f32
1 changed files with 1 additions and 1 deletions
|
|
@ -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__))) + "/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue