Forgot to bump version....

This commit is contained in:
PySimpleGUI 2020-05-15 14:43:29 -04:00
parent 71cc2df719
commit 4c7e7ee10e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
version = __version__ = "0.34.0 Released 10-May-2020"
version = __version__ = "0.34.0.1 Unreleased - Added element_justification parm to Column Frame Tab Window"
port = 'PySimpleGUIQt'