aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2011-03-25 15:30:20 -0400
committerJoe Gregorio <jcgregorio@google.com>2011-03-25 15:30:20 -0400
commitfcb31207d57ec42a1f0dd1cc112ec69de863b012 (patch)
treecbacd174f720bd079d051ceb4cc700b630e2f4aa /setup.py
parentbaae1d2acfaebd0543a58d51cd4eb025601b65ef (diff)
downloadoauth2client-fcb31207d57ec42a1f0dd1cc112ec69de863b012.tar.gz
alpha8
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 aa1ee16..cc46480 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.0alpha7",
+ version="1.0alpha8",
description="Google API Client Library for Python",
long_description=long_desc,
author="Joe Gregorio",