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 b5e1704 commit ec57ac0Copy full SHA for ec57ac0
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.6'
+__version__ = '4.7-dev0'
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.6',
+ version='4.7-dev0',
description='Pure-Python RSA implementation',
long_description=long_description,
long_description_content_type='text/markdown',
0 commit comments