Updating version and adding MANIFEST for install.
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..0dbdc70
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+include README.rst
+graft endpoints_proto_datastore
+global-exclude *.pyc
diff --git a/setup.py b/setup.py
index 8a95611..1efa3df 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
 
 setuptools.setup(
     name='endpoints-proto-datastore',
-    version='0.9.0',
+    version='0.10.0',
     description='Google Cloud Endpoints Proto Datastore Library',
     long_description=LONG_DESCRIPTION,
     url='https://github.com/GoogleCloudPlatform/endpoints-proto-datastore',