commit | cedefea7b455375e5a87200866809be59d718968 | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Fri Jun 12 22:24:49 2020 +0200 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Fri Jun 12 22:24:49 2020 +0200 |
tree | cfee14c593443a122a08b3134ea9e3c716f93744 | |
parent | 9a70b0014f2b80328f274213df78ca90d554c28b [diff] [blame] |
Retagged 4.4 as 4.6 and added bit of an explanation to CHANGELOG.md
diff --git a/setup.py b/setup.py index 57db59d..2d22865 100755 --- a/setup.py +++ b/setup.py
@@ -25,7 +25,7 @@ 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',