From 4829624a44bd0b019cf6ca52dee1b490cd825659 Mon Sep 17 00:00:00 2001 From: leminlimez <59540996+leminlimez@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:17:46 -0400 Subject: [PATCH] bump version --- main_app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main_app.py b/main_app.py index 93ef06a..c355dc9 100644 --- a/main_app.py +++ b/main_app.py @@ -42,7 +42,7 @@ def print_option(num: int, active: bool, message: str): `--`-' `--`-' """) print("by LeminLimez") - print("v1.0.1\n\n") + print("v1.1\n\n") if not passed_check and Path.exists(gestalt_path) and Path.is_file(gestalt_path): passed_check = True @@ -118,4 +118,4 @@ def print_option(num: int, active: bool, message: str): choice = int(input("Enter number: ")) if choice == 2: new_path = input("Enter new path to file: ") - gestalt_path = Path(new_path) \ No newline at end of file + gestalt_path = Path(new_path)