Merge pull request #4174 from PySimpleGUI/Dev-latest

Release 4.39.1
This commit is contained in:
PySimpleGUI 2021-04-11 19:22:21 -04:00 committed by GitHub
commit 822de43ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
version = __version__ = "4.39.0 Released 11-Apr-2021"
version = __version__ = "4.39.1 Released 11-Apr-2021"
__version__ = version.split()[0] # For PEP 396 and PEP 345