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 092acf8 commit f77fbdfCopy full SHA for f77fbdf
rsa/__init__.py
@@ -27,7 +27,7 @@
27
28
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
29
__date__ = '2021-02-24'
30
-__version__ = '4.7.2'
+__version__ = '4.8-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.7.2',
+ version='4.8-dev0',
description='Pure-Python RSA implementation',
long_description=long_description,
long_description_content_type='text/markdown',
0 commit comments