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:
parent
0be9e54183
commit
7acfad658a
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python3
|
||||
version = __version__ = "4.1.0 Unreleased"
|
||||
version = __version__ = "4.1.0.1 Unreleased"
|
||||
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Reference in New Issue