summaryrefslogtreecommitdiff
path: root/lib/Crypto/__init__.py
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2011-11-04 15:17:40 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2011-11-04 15:17:40 -0400
commit62247ca754657b6ee8370d8fd62c58b8b881f396 (patch)
tree790188b6de4afdf23b3f0de7de0e9e526662320b /lib/Crypto/__init__.py
parent6c6a7d6183bc96e3f097804e0515abf2dfd537af (diff)
downloadpycrypto-62247ca754657b6ee8370d8fd62c58b8b881f396.tar.gz
Release v2.4.1v2.4.1
Diffstat (limited to 'lib/Crypto/__init__.py')
-rw-r--r--lib/Crypto/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypto/__init__.py b/lib/Crypto/__init__.py
index 56e4c67..19c645b 100644
--- a/lib/Crypto/__init__.py
+++ b/lib/Crypto/__init__.py
@@ -38,7 +38,7 @@ Crypto.Util Various useful modules and functions (long-to-string
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util']
-__version__ = '2.4' # See also below and setup.py
+__version__ = '2.4.1' # See also below and setup.py
__revision__ = "$Id$"
# New software should look at this instead of at __version__ above.