diff options
author | Dwayne C. Litzenberger <dlitz@dlitz.net> | 2012-01-13 12:16:38 -0500 |
---|---|---|
committer | Dwayne C. Litzenberger <dlitz@dlitz.net> | 2012-01-13 12:16:38 -0500 |
commit | 3245543c8d6e4af046c216b7cb550c632260b31d (patch) | |
tree | 483323e38f5e576d866289c7c4fc0fabfe587f0b /setup.py | |
parent | 3caf71013d7f293962b67cdaae8e5350d4858679 (diff) | |
download | pycrypto-3245543c8d6e4af046c216b7cb550c632260b31d.tar.gz |
Release v2.5v2.5
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ class TestCommand(Command): self.announce("running extended self-tests") kw = {'name':"pycrypto", - 'version':"2.4.1", # See also: lib/Crypto/__init__.py + 'version':"2.5", # See also: lib/Crypto/__init__.py 'description':"Cryptographic modules for Python.", 'author':"Dwayne C. Litzenberger", 'author_email':"dlitz@dlitz.net", |