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 @@ while running: `--`-' `--`-' """) 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 @@ while running: 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)