Bumped version by 1 more digit so that it's 4 digits long. When posting to PyPI, will post only 3 digits

This commit is contained in:
MikeTheWatchGuy 2019-06-25 13:11:48 -04:00
parent 0be9e54183
commit 7acfad658a
1 changed files with 1 additions and 1 deletions

View File

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