1.0beta4
diff --git a/setup.py b/setup.py
index 4908cb8..c68bc68 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@
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 @@
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",