commit | ece1da33ac270f458d5bbf04bf96aa471827747d | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Fri Mar 02 13:33:09 2012 -0800 |
committer | Joe Gregorio <jcgregorio@google.com> | Fri Mar 02 13:33:09 2012 -0800 |
tree | cd1d460e30f40d9d20c72069ed17bcc13c680cb1 | |
parent | d02bf5ee3860a50d36f960cd2c90ab6d1ecec7cd [diff] [blame] |
Fix up Makefile to work with sh and not bash.
diff --git a/setup.py b/setup.py index 6095d8f..2a71fdf 100644 --- a/setup.py +++ b/setup.py
@@ -48,7 +48,7 @@ accessing the Plus, Moderator, and many other Google APIs.""" setup(name="google-api-python-client", - version="1.0beta7", + version="1.0beta8", description="Google API Client Library for Python", long_description=long_desc, author="Joe Gregorio",