Release 4.0

This commit is contained in:
medmunds
2018-08-19 11:53:16 -07:00
parent 13ffd5db40
commit e44978daf7
3 changed files with 26 additions and 23 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (4, 0, 'dev0')
VERSION = (4, 0)
__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"