commit | a819f067095156d4e8cbcba7b471b46d6429500f | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sun Oct 31 10:35:24 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sun Oct 31 10:35:24 2010 -0400 |
tree | fe34f66bd9c0b9f5ecafbe8e5dd017b074f11766 | |
parent | e1716ea2f8e91b13749d0e7f23d08118a302eb5b [diff] [blame] |
Bump version for final 0.11 release
diff --git a/setup.py b/setup.py index 85c1721..1a74e6e 100755 --- a/setup.py +++ b/setup.py
@@ -15,7 +15,7 @@ from distutils.command.build_ext import build_ext # XXX Deduplicate this -__version__ = '0.11a2' +__version__ = '0.11' crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c', 'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',