From a819f067095156d4e8cbcba7b471b46d6429500f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sun, 31 Oct 2010 10:35:24 -0400 Subject: Bump version for final 0.11 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 85c1721..1a74e6e 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from distutils.errors import DistutilsFileError 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', -- cgit v1.2.1