summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-02-12 10:47:44 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-02-12 10:47:44 -0500
commit3dffd6287acc50fa8dfeba01e536f9ac2c5dcb3c (patch)
tree3e80c9b83f583be52d714f439579db39335db652 /setup.py
parent1c2b84585c5ff788b0e4974bc39d7cfe6fd0b120 (diff)
downloadpyopenssl-3dffd6287acc50fa8dfeba01e536f9ac2c5dcb3c.tar.gz
Bump to 0.14a40.14a4
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 adcca4f..fc0202d 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ Installation script for the OpenSSL module
from setuptools import setup
# XXX Deduplicate this
-__version__ = '0.14a3'
+__version__ = '0.14a4'
setup(name='pyOpenSSL', version=__version__,
packages = ['OpenSSL'],