From: A.M. K. <aku...@us...> - 2005-11-29 16:30:44
|
Update of /cvsroot/pycrypto/crypto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21188 Modified Files: setup.py Log Message: Bump version Index: setup.py =================================================================== RCS file: /cvsroot/pycrypto/crypto/setup.py,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- setup.py 14 Jun 2005 01:20:22 -0000 1.30 +++ setup.py 29 Nov 2005 16:30:22 -0000 1.31 @@ -127,7 +127,7 @@ self.extensions += exts kw = {'name':"pycrypto", - 'version':"2.0.1", + 'version':"2.0.2", 'description':"Cryptographic modules for Python.", 'author':"A.M. Kuchling", 'author_email':"am...@am...", |