Release 4.41.2

This commit is contained in:
PySimpleGUI 2021-05-12 19:14:23 -04:00
parent 8936e24745
commit 32e31946dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
version = __version__ = "4.41.0 Released 12-May-2021"
version = __version__ = "4.41.2 Released 12-May-2021"
__version__ = version.split()[0] # For PEP 396 and PEP 345