aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2011-03-25 15:26:24 -0400
committerJoe Gregorio <jcgregorio@google.com>2011-03-25 15:26:24 -0400
commitbaae1d2acfaebd0543a58d51cd4eb025601b65ef (patch)
tree2b9ebe894af5af38729f62b0566c6aae6de0b33f /setup.py
parent06d852bb212c749675168472d985c7ec7c885822 (diff)
downloadoauth2client-baae1d2acfaebd0543a58d51cd4eb025601b65ef.tar.gz
Missing oauth2 files
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4d3ddb2..aa1ee16 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,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.0alpha6",
+ version="1.0alpha7",
description="Google API Client Library for Python",
long_description=long_desc,
author="Joe Gregorio",