From 4c7e7ee10e039868041f0bcff8fa4299e21b5e45 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Fri, 15 May 2020 14:43:29 -0400 Subject: [PATCH] Forgot to bump version.... --- PySimpleGUIQt/PySimpleGUIQt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PySimpleGUIQt/PySimpleGUIQt.py b/PySimpleGUIQt/PySimpleGUIQt.py index e70561a0..960599dc 100644 --- a/PySimpleGUIQt/PySimpleGUIQt.py +++ b/PySimpleGUIQt/PySimpleGUIQt.py @@ -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'