diff options
| author | Sybren A. Stüvel <sybren@stuvel.eu> | 2020-06-12 22:24:49 +0200 |
|---|---|---|
| committer | Sybren A. Stüvel <sybren@stuvel.eu> | 2020-06-12 22:24:49 +0200 |
| commit | cedefea7b455375e5a87200866809be59d718968 (patch) | |
| tree | cfee14c593443a122a08b3134ea9e3c716f93744 /setup.py | |
| parent | 9a70b0014f2b80328f274213df78ca90d554c28b (diff) | |
| download | rsa-git-version-4.6.tar.gz | |
Retagged 4.4 as 4.6 and added bit of an explanation to CHANGELOG.mdversion-4.6
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ with open('README.md', encoding='utf-8') as f: if __name__ == '__main__': setup(name='rsa', - version='4.4.1', + version='4.6', description='Pure-Python RSA implementation', long_description=long_description, long_description_content_type='text/markdown', |
