commit | 197bda9fc38c712d9a8b278298f2ef6b3e61bf19 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Tue Apr 14 18:51:01 2015 -0400 |
committer | Hynek Schlawack <hs@ox.cx> | Tue Apr 14 18:51:01 2015 -0400 |
tree | 4f734972f10c525ba86d79a7e6358e647016d0bf | |
parent | bdcfced3c46164f1fb743e30264ea5fbdd488322 [diff] [blame] |
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'],