Release 6.1

This commit is contained in:
medmunds
2019-07-07 16:20:22 -07:00
parent 181d5886eb
commit df3d577b41
2 changed files with 7 additions and 7 deletions

View File

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