Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez authored Sep 3, 2024
1 parent b5fc7d6 commit 4829624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
gestalt_path = Path(new_path)

0 comments on commit 4829624

Please sign in to comment.