Bump to version 7.0.1

This commit is contained in:
Nick Lang
2019-05-10 16:51:51 -06:00
parent 8e92b857bc
commit c4f0454285
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from os.path import join, dirname
from setuptools import setup, find_packages
import sys
VERSION = (7, 0, 0)
VERSION = (7, 0, 1)
__version__ = VERSION
__versionstr__ = ".".join(map(str, VERSION))