Switched __version__ back to old definition
This commit is contained in:
parent
1a956a0e12
commit
64e3ba11d5
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
version = "4.30.0.4 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__"
|
version = "4.30.0.5 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
|
# The shortened version of version
|
||||||
try:
|
try:
|
||||||
|
@ -7,7 +7,7 @@ try:
|
||||||
except:
|
except:
|
||||||
ver = ''
|
ver = ''
|
||||||
|
|
||||||
__version__ = ver
|
__version__ = version
|
||||||
|
|
||||||
port = 'PySimpleGUI'
|
port = 'PySimpleGUI'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue