Skip to content
Snippets Groups Projects
Commit 2cfdb96c authored by akuchling's avatar akuchling
Browse files

[project @ akuchling-20020611191258-9319d013132b6c9f]

[project @ 2002-06-11 12:12:37 by akuchling]
Bump version number
parent 394f1668
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
\title{Python Cryptography Toolkit}
\release{1.9alpha2}
\release{1.9alpha3}
\author{A.M. Kuchling}
\authoraddress{\url{www.amk.ca}}
......
Python Cryptography Toolkit (pycrypto) 1.9alpha2
Python Cryptography Toolkit (pycrypto) 1.9alpha3
================================================
This is a collection of both secure hash functions (such as MD5 and
......
......@@ -19,5 +19,5 @@ Crypto.Util Various useful modules and functions (long-to-string
__all__ = ['Cipher', 'Hash', 'Protocol', 'Util']
__version__ = '1.9a2'
__version__ = '1.9a3'
......@@ -2,7 +2,7 @@
from distutils.core import setup, Extension
setup(name="pycrypto",
version="1.9a2",
version="1.9a3",
description="Cryptographic modules for Python.",
author="A.M. Kuchling",
author_email="akuchlin@mems-exchange.org",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment