commit | 721ab9951304bc809816e80160ebf11aa656139a | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Thu Jan 22 15:56:06 2009 +0100 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Thu Jan 22 15:56:06 2009 +0100 |
tree | b2c13279beb4390a577caf075cb18f8a1ffde4bf | |
parent | 93cb105992bc1febbb6f4dea8e968c151fb429e1 [diff] [blame] |
Use os.urandom instead of reading from /dev/urandom, bumped version to 1.3-beta0
diff --git a/setup.py b/setup.py index fa73a4b..2de7271 100755 --- a/setup.py +++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup setup(name='rsa', - version='1.2', + version='1.3-beta0', description='Pure-Python RSA implementation', author='Sybren Stuvel', author_email='sybren@stuvel.eu',