Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBananaPants committed Aug 25, 2022
1 parent 570d1db commit 0197305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
main_path = os.path.join(os.getenv("HOME"), "PyFit")

# Global variables
version = "0.5.0"
version = "0.5.1"
exercise_index = 0
info_index = 0
exercise_list = []
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DATA_FILES = []
OPTIONS = {
'iconfile': 'media/icon.icns',
'plist': {'CFBundleShortVersionString': '0.5.0', },
'plist': {'CFBundleShortVersionString': '0.5.1', },
'packages': ['customtkinter']}

setup(
Expand Down

0 comments on commit 0197305

Please sign in to comment.