commit | dba3ac11c7fa391db4256d1cfe3ceb58eb1035d0 | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Thu Jan 22 16:01:40 2009 +0100 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Thu Jan 22 16:01:40 2009 +0100 |
tree | 009740783a8b360629d516a688c7725937b0f79b | |
parent | 721ab9951304bc809816e80160ebf11aa656139a [diff] |
Bumped version to 1.3
diff --git a/setup.py b/setup.py index 2de7271..b292c3b 100755 --- a/setup.py +++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup setup(name='rsa', - version='1.3-beta0', + version='1.3', description='Pure-Python RSA implementation', author='Sybren Stuvel', author_email='sybren@stuvel.eu',