Merge pull request #3503 from PySimpleGUI/Dev-latest

Another __version__ change
This commit is contained in:
PySimpleGUI 2020-10-18 17:08:21 -04:00 committed by GitHub
commit e7f7089b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
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." version = __version__ = "4.30.0.7 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, trying another version change"
__version__ = version.split()[0] # For PEP 396 and PEP 345
# The shortened version of version # The shortened version of version
try: try: