Merge pull request #1628 from PySimpleGUI/Dev-latest

Bumped version by 1 more digit so that it's 4 digits long. When posti…
This commit is contained in:
MikeTheWatchGuy 2019-06-25 13:12:10 -04:00 committed by GitHub
commit 6680820360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3 #!/usr/bin/python3
version = __version__ = "4.1.0 Unreleased" version = __version__ = "4.1.0.1 Unreleased"
import sys import sys