From b47b0def42755b7d9677a8b041ff28f259929f1d Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Sun, 7 Nov 2021 09:11:35 -0500 Subject: [PATCH] Bump version so that an upgrade from GitHub can be demonstrated. Be sure an get 4.55.0 from PyPI first! --- PySimpleGUI.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 27023c75..47b08107 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,8 +1,11 @@ #!/usr/bin/python3 -version = __version__ = "4.55.0 Released 7-Nov-2021" +version = __version__ = "4.55.0.1 Unreleased" _change_log = """ - Changelog since 4.55.0 released to PyPI on 6-Nov-2021 + Changelog since 4.55.0 released to PyPI on 7-Nov-2021 + + 4.55.0.1 + Version bump so that something will be installed from GitHub that's different than PyPI """