diff options
Diffstat (limited to 'rsa/__init__.py')
| -rw-r--r-- | rsa/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py index a4a4a15..5b1de8c 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -26,8 +26,8 @@ from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \ VerificationError, find_signature_hash, sign_hash, compute_hash __author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" -__date__ = '2021-02-15' -__version__ = '4.7.1' +__date__ = '2021-02-24' +__version__ = '4.7.2' # Do doctest if we're run directly if __name__ == "__main__": |
