commit | ba8553d1ee3cb9aeb5d9816353e203d044398ebf | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Mon Apr 11 19:20:58 2011 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Mon Apr 11 19:20:58 2011 -0400 |
tree | ddca64a29fbdcc5a2c52e5281b7266ea1551747d | |
parent | fb4108d955f94f5984ddff7a72ea46a993e5c650 [diff] [blame] |
Bump version
diff --git a/setup.py b/setup.py index 8b30c30..73c88a0 100755 --- a/setup.py +++ b/setup.py
@@ -15,7 +15,7 @@ from distutils.command.build_ext import build_ext # XXX Deduplicate this -__version__ = '0.12a1' +__version__ = '0.12' crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c', 'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',