summaryrefslogtreecommitdiff
path: root/lib/Crypto/__init__.py
diff options
context:
space:
mode:
authorLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2011-12-22 14:55:40 +0100
committerLegrandin <gooksankoo@hoiptorrow.mailexpire.com>2011-12-22 14:55:40 +0100
commit114ca5b4d467617489817eee77ed0621665ee362 (patch)
tree982344b2853ada3508961cf7383a524eb2b4cbbc /lib/Crypto/__init__.py
parentdb6f4555e60b48a3b9ffa232061d460c3c18a06f (diff)
parent6fedd15136e8de6a98c46cd1d92c6e6cf2790fae (diff)
downloadpycrypto-114ca5b4d467617489817eee77ed0621665ee362.tar.gz
Merge from upstream
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 b709859..4d0ef7c 100644
--- a/lib/Crypto/__init__.py
+++ b/lib/Crypto/__init__.py
@@ -43,7 +43,7 @@ Crypto.Util
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature']
-__version__ = '2.3' # 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.