From 9844a2f9a1996b8c8135a9e7bbde6a72f41df5ed Mon Sep 17 00:00:00 2001 From: RaresKeY <158580472+RaresKeY@users.noreply.github.com> Date: Sat, 11 Jul 2026 23:16:32 +0000 Subject: [PATCH] chore(release): bump version to 1.0.2 --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index eceeb6eb0..b0aeaafff 100644 --- a/src/constants.py +++ b/src/constants.py @@ -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(), "")