beta6 release
diff --git a/setup.py b/setup.py
index abe8efc..219f673 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@
 accessing the Buzz, Moderator, and Latitude APIs."""
 
 setup(name="google-api-python-client",
-      version="1.0beta5prerelease",
+      version="1.0beta6",
       description="Google API Client Library for Python",
       long_description=long_desc,
       author="Joe Gregorio",
@@ -60,6 +60,7 @@
       package_data={
         'apiclient': ['contrib/*/*.json']
         },
+      scripts=['bin/enable-app-engine-project'],
       license="Apache 2.0",
       keywords="google api client",
       classifiers=['Development Status :: 4 - Beta',