summaryrefslogtreecommitdiff
path: root/setup.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 /setup.py
parent6c6a7d6183bc96e3f097804e0515abf2dfd537af (diff)
downloadpycrypto-62247ca754657b6ee8370d8fd62c58b8b881f396.tar.gz
Release v2.4.1v2.4.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a822938..cda9950 100644
--- a/setup.py
+++ b/setup.py
@@ -383,7 +383,7 @@ class TestCommand(Command):
self.announce("running extended self-tests")
kw = {'name':"pycrypto",
- 'version':"2.4", # See also: lib/Crypto/__init__.py
+ 'version':"2.4.1", # See also: lib/Crypto/__init__.py
'description':"Cryptographic modules for Python.",
'author':"Dwayne C. Litzenberger",
'author_email':"dlitz@dlitz.net",