1.0beta4
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",