Release 4.1

This commit is contained in:
medmunds
2018-08-27 11:48:39 -07:00
parent cb521e0e0e
commit 8b7b833a2b
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (4, 0)
VERSION = (4, 1)
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"