Release 7.6.0

This commit is contained in:
Seth Michael Larson
2020-03-19 13:42:30 -05:00
committed by GitHub
parent 7b6a12f2e5
commit 07bb2c77a8
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import sys
VERSION = (7, 6, 0)
__version__ = VERSION
__versionstr__ = "7.6.0a1"
__versionstr__ = "7.6.0"
with open(join(dirname(__file__), "README")) as f:
long_description = f.read().strip()