Update 7.x REST APIs
This commit is contained in:
committed by
Seth Michael Larson
parent
2f8c0843a6
commit
f8b005f62e
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user