Update 7.x REST APIs

This commit is contained in:
Seth Michael Larson
2020-05-19 14:18:53 -05:00
committed by Seth Michael Larson
parent 2f8c0843a6
commit f8b005f62e
7 changed files with 57 additions and 46 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
from os.path import join, dirname
from setuptools import setup, find_packages
VERSION = (7, 7, 0)
VERSION = (7, 9, 0)
__version__ = VERSION
__versionstr__ = "7.7.0a2"
__versionstr__ = "7.9.0a1"
with open(join(dirname(__file__), "README")) as f:
long_description = f.read().strip()