commit | b444b70255c145853e9daba9dbd15cb360ea6d70 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Thu Oct 07 22:22:34 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Thu Oct 07 22:22:34 2010 -0400 |
tree | dcd9057af5af63bd1ea9c9d24df0092ceb85696d | |
parent | d16a364cbf5247db40c7f0f5b0803221800fb54a [diff] [blame] |
Bump version number
diff --git a/setup.py b/setup.py index c2ccba5..9200ae5 100755 --- a/setup.py +++ b/setup.py
@@ -17,7 +17,7 @@ from distutils.command.build_ext import build_ext # XXX Deduplicate this -__version__ = '0.10' +__version__ = '0.11' crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c', 'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',