Skip to content

Commit

Permalink
Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
IsusRamzy committed Jul 23, 2024
1 parent ac52ad5 commit 33a6565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.0.3 Dev
# 0.0.3 Beta

### The source code of the PyOpenInstall project ###
# If you want to suggest an edit, make a pull request to database.json
Expand Down Expand Up @@ -101,6 +101,7 @@ def find_module_by_name(name):
current_version = file.read().split('\n')[0]
if current_version == version:
print('PyOpenInstall is already the latest version.')
quit()
if 'Stable' in version:
with open(__file__, 'w') as file:
file.write(code)
Expand Down

0 comments on commit 33a6565

Please sign in to comment.