Release 7.7.0a2

This commit is contained in:
Seth Michael Larson
2020-04-03 12:52:11 -05:00
committed by GitHub
parent 5368161fff
commit 44571e0ae9
29 changed files with 270 additions and 63 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import sys
VERSION = (7, 7, 0)
__version__ = VERSION
__versionstr__ = "7.7.0a1"
__versionstr__ = "7.7.0a2"
with open(join(dirname(__file__), "README")) as f:
long_description = f.read().strip()