summaryrefslogtreecommitdiff
path: root/lib/Crypto/__init__.py
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2012-05-24 08:51:04 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2012-05-24 08:51:04 -0400
commit373ea760f21701b162e8c4912a66928ee30d401a (patch)
tree8c31b2c82385531147f89b9fcd3aea43132c9076 /lib/Crypto/__init__.py
parent725de65cdf63e3cd887a9c13d40d0234e861c35c (diff)
downloadpycrypto-373ea760f21701b162e8c4912a66928ee30d401a.tar.gz
Release v2.6v2.6
Diffstat (limited to 'lib/Crypto/__init__.py')
-rw-r--r--lib/Crypto/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Crypto/__init__.py b/lib/Crypto/__init__.py
index 5945673..cea887c 100644
--- a/lib/Crypto/__init__.py
+++ b/lib/Crypto/__init__.py
@@ -43,9 +43,9 @@ Crypto.Util
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature']
-__version__ = '2.5' # See also below and setup.py
+__version__ = '2.6' # See also below and setup.py
__revision__ = "$Id$"
# New software should look at this instead of at __version__ above.
-version_info = (2, 5, 0, 'final', 0) # See also above and setup.py
+version_info = (2, 6, 0, 'final', 0) # See also above and setup.py