Rolled back to original versoin statement

This commit is contained in:
PySimpleGUI 2020-10-18 12:37:39 -04:00
parent 138d905283
commit 90b02c25e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
version = "4.30.0.6 Unreleased\nAdded ability to set icon for popup_get_file when icon is set as parameter, changed __version__ to be same as 'ver' (the shortened version number), added Window.set_cursor, changed install to use version instead of __version__, changed back __version__ to be the long-form of the version number so that installs from GitHub will work again."
version = __version__ = "4.30.0.6 Unreleased\nAdded ability to set icon for popup_get_file when icon is set as parameter, changed __version__ to be same as 'ver' (the shortened version number), added Window.set_cursor, changed install to use version instead of __version__, changed back __version__ to be the long-form of the version number so that installs from GitHub will work again."
# The shortened version of version
try:
@ -7,7 +7,7 @@ try:
except:
ver = ''
__version__ = version
# __version__ = version
port = 'PySimpleGUI'