1.0beta4
This commit is contained in:
2
setup.py
2
setup.py
@@ -53,7 +53,7 @@ long_desc = """The Google API Client for Python is a client library for
|
|||||||
accessing the Buzz, Moderator, and Latitude APIs."""
|
accessing the Buzz, Moderator, and Latitude APIs."""
|
||||||
|
|
||||||
setup(name="google-api-python-client",
|
setup(name="google-api-python-client",
|
||||||
version="1.0beta3",
|
version="1.0beta4",
|
||||||
description="Google API Client Library for Python",
|
description="Google API Client Library for Python",
|
||||||
long_description=long_desc,
|
long_description=long_desc,
|
||||||
author="Joe Gregorio",
|
author="Joe Gregorio",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ for import_name, requires, package, modules in REQUIREMENTS:
|
|||||||
long_desc = """The oauth2client is a client library for OAuth 2.0."""
|
long_desc = """The oauth2client is a client library for OAuth 2.0."""
|
||||||
|
|
||||||
setup(name="oauth2client",
|
setup(name="oauth2client",
|
||||||
version="1.0beta3",
|
version="1.0beta4",
|
||||||
description="OAuth 2.0 client library",
|
description="OAuth 2.0 client library",
|
||||||
long_description=long_desc,
|
long_description=long_desc,
|
||||||
author="Joe Gregorio",
|
author="Joe Gregorio",
|
||||||
|
|||||||
Reference in New Issue
Block a user