Release 6.0.1

This commit is contained in:
medmunds
2019-05-19 11:30:28 -07:00
parent 5dce0895f1
commit fe6ee5bf84
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (6, 0)
VERSION = (6, 0, 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"