Merge pull request #4940 from PySimpleGUI/Dev-latest

Bump version so that an upgrade from GitHub can be demonstrated. Be s…
This commit is contained in:
PySimpleGUI 2021-11-07 09:11:51 -05:00 committed by GitHub
commit 77632ace64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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
"""