Prepare 0.15.1
diff --git a/setup.py b/setup.py
index f92533d..c376f87 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
 
 
 # XXX Deduplicate this
-__version__ = '0.15'
+__version__ = '0.15.1'
 
 setup(name='pyOpenSSL', version=__version__,
       packages = ['OpenSSL'],