From 40d348f8e47ea4d17c65664d7355baec5909eb97 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Fri, 16 Sep 2011 07:45:08 -0400 Subject: [PATCH] 1.0beta4 --- setup.py | 2 +- setup_oauth2client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4908cb8..c68bc68 100644 --- a/setup.py +++ b/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.""" 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", diff --git a/setup_oauth2client.py b/setup_oauth2client.py index ab5bed2..e3f105e 100644 --- a/setup_oauth2client.py +++ b/setup_oauth2client.py @@ -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",