Bump version to 7.0.2

This commit is contained in:
Nick Lang
2019-05-28 11:33:06 -06:00
parent a5d27e36a4
commit a29ea990a7
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# flake8: noqa
from __future__ import absolute_import
VERSION = (7, 0, 1)
VERSION = (7, 0, 2)
__version__ = VERSION
__versionstr__ = ".".join(map(str, VERSION))