summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-04-14 18:51:01 -0400
committerHynek Schlawack <hs@ox.cx>2015-04-14 18:51:01 -0400
commit197bda9fc38c712d9a8b278298f2ef6b3e61bf19 (patch)
tree4f734972f10c525ba86d79a7e6358e647016d0bf /setup.py
parentbdcfced3c46164f1fb743e30264ea5fbdd488322 (diff)
downloadpyopenssl-197bda9fc38c712d9a8b278298f2ef6b3e61bf19.tar.gz
Prepare 0.15.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f92533d..c376f87 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from setuptools import setup
# XXX Deduplicate this
-__version__ = '0.15'
+__version__ = '0.15.1'
setup(name='pyOpenSSL', version=__version__,
packages = ['OpenSSL'],