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