diff --git a/MANIFEST.in b/MANIFEST.in
index 466879fbd9b111d6b0b5f0c34abba1bb5ef875c0..7390de760d6f6234caa06bea8a4aa548d6a5d3ec 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,5 @@
+include README.rst
+include bootstrap.py
+inlcude buildout.cfg
 recursive-include doc *.rst
+
diff --git a/setup.py b/setup.py
index 1b1932533c9c2bf35c73e775fb6a9923e9fb5712..cac4713903023cdbf7ff941b567087399737ca3b 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
     # This is the basic information about your project. Modify all this
     # information before releasing code publicly.
     name='bob.example.faceverify',
-    version='0.1.2',
+    version='0.1.3',
     description='Example for using Bob to create face verification systems',
     url='http://pypi.python.org/pypi/bob.example.faceverify',
     license='GPLv3',