From af058ee6f5da391a05275470ab4a4a96aa22b350 Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Mon, 21 Oct 2013 11:23:43 -0700 Subject: Release v2.7a1 --- lib/Crypto/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Crypto/__init__.py b/lib/Crypto/__init__.py index 04f30c8..2834731 100644 --- a/lib/Crypto/__init__.py +++ b/lib/Crypto/__init__.py @@ -43,9 +43,9 @@ Crypto.Util __all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature', 'IO'] -__version__ = '2.6.1' # See also below and setup.py +__version__ = '2.7a1' # See also below and setup.py __revision__ = "$Id$" # New software should look at this instead of at __version__ above. -version_info = (2, 6, 1, 'final', 0) # See also above and setup.py +version_info = (2, 7, 0, 'alpha', 1) # See also above and setup.py -- cgit v1.2.1