diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ with open('README.md') as f: if __name__ == '__main__': setup(name='rsa', - version='4.3', + version='4.5', description='Pure-Python RSA implementation', long_description=long_description, long_description_content_type='text/markdown', |