We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c0b2a commit 8231670Copy full SHA for 8231670
rsa/__init__.py
@@ -27,7 +27,7 @@
27
28
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
29
__date__ = '2020-06-12'
30
-__version__ = '4.4'
+__version__ = '4.4.1'
31
32
# Do doctest if we're run directly
33
if __name__ == "__main__":
setup.py
@@ -25,7 +25,7 @@
25
26
if __name__ == '__main__':
setup(name='rsa',
- version='4.4',
+ version='4.4.1',
description='Pure-Python RSA implementation',
long_description=long_description,
long_description_content_type='text/markdown',
0 commit comments