commit | 64dc3bbcfe65356b2edbe74f82c44436fd996680 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Thu Apr 07 15:41:20 2011 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Thu Apr 07 15:41:20 2011 -0400 |
tree | 3a6c29ef3be577e127430089d45b45263651cf3e | |
parent | c2d2bdb49885ae22aca731ab2212a6ce9cc2565a [diff] [blame] |
Bump version
diff --git a/setup.py b/setup.py index cd40c07..8b30c30 100755 --- a/setup.py +++ b/setup.py
@@ -15,7 +15,7 @@ from distutils.command.build_ext import build_ext # XXX Deduplicate this -__version__ = '0.11' +__version__ = '0.12a1' crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c', 'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',