diff options
| author | Sybren A. Stüvel <sybren@stuvel.eu> | 2010-02-05 09:50:15 +0100 |
|---|---|---|
| committer | Sybren A. Stüvel <sybren@stuvel.eu> | 2010-02-05 09:50:15 +0100 |
| commit | cc647c4afc3a0ceb0f2a810307f8e18855ffb9c9 (patch) | |
| tree | fc41e2fda4d604cf45f791907bc6c9ecb8d56b53 /setup.py | |
| parent | 3a9e5969dcdfe23d966d84ed7dcb03dd23b710c7 (diff) | |
| download | rsa-git-cc647c4afc3a0ceb0f2a810307f8e18855ffb9c9.tar.gz | |
Bumped version to 1.3.2
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,12 +2,14 @@ from setuptools import setup +import rsa + setup(name='rsa', - version='1.3.1', + version=rsa.__version__, description='Pure-Python RSA implementation', - author='Sybren Stuvel', + author='Sybren A. Stuvel', author_email='sybren@stuvel.eu', - maintainer='Sybren Stuvel', + maintainer='Sybren A. Stuvel', maintainer_email='sybren@stuvel.eu', url='http://www.stuvel.eu/rsa', packages=['rsa'], |
