Merge branch 'odysseus-dev:main' into main

This commit is contained in:
Christopher Mayfield 2026-07-17 16:22:02 -05:00 committed by GitHub
commit 9aa593b6a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(), "")