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 b813f43 commit a11baedCopy full SHA for a11baed
rsa/__init__.py
@@ -29,8 +29,8 @@
29
VerificationError
30
31
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
32
-__date__ = "2016-03-26"
33
-__version__ = '3.4.1'
+__date__ = "2016-03-29"
+__version__ = '3.4.2'
34
35
# Do doctest if we're run directly
36
if __name__ == "__main__":
setup.py
@@ -18,7 +18,7 @@
18
19
if __name__ == '__main__':
20
setup(name='rsa',
21
- version='3.4.1',
+ version='3.4.2',
22
description='Pure-Python RSA implementation',
23
author='Sybren A. Stuvel',
24
author_email='sybren@stuvel.eu',
0 commit comments