This commit is contained in:
Joe Gregorio
2011-09-16 07:45:08 -04:00
parent 1daa71bbef
commit 40d348f8e4
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ long_desc = """The Google API Client for Python is a client library for
accessing the Buzz, Moderator, and Latitude APIs."""
setup(name="google-api-python-client",
version="1.0beta3",
version="1.0beta4",
description="Google API Client Library for Python",
long_description=long_desc,
author="Joe Gregorio",

View File

@@ -44,7 +44,7 @@ for import_name, requires, package, modules in REQUIREMENTS:
long_desc = """The oauth2client is a client library for OAuth 2.0."""
setup(name="oauth2client",
version="1.0beta3",
version="1.0beta4",
description="OAuth 2.0 client library",
long_description=long_desc,
author="Joe Gregorio",