chore(release): bump version to 1.0.2

This commit is contained in:
RaresKeY
2026-07-11 23:16:32 +00:00
parent 724305b65d
commit 9844a2f9a1
+1 -1
View File
@@ -4,7 +4,7 @@ import os
from src.runtime_paths import get_app_root, get_default_data_dir
APP_VERSION = "1.0.1"
APP_VERSION = "1.0.2"
# Base paths
BASE_DIR = os.path.join(get_app_root(), "")