commit | 0dae203ce2a3abed478d91ce3bb5abb2ddde6170 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Wed Oct 13 23:19:01 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Wed Oct 13 23:19:01 2010 -0400 |
tree | f6deb8fd2c802940be5c9d1e9886efca8b0d8931 | |
parent | 8ab52f489f605744bd7a3d952ba4917e5c56e426 [diff] [blame] |
Bump version
diff --git a/setup.py b/setup.py index 1985120..85c1721 100755 --- a/setup.py +++ b/setup.py
@@ -15,7 +15,7 @@ from distutils.command.build_ext import build_ext # XXX Deduplicate this -__version__ = '0.11a1' +__version__ = '0.11a2' crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c', 'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',