summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-02-24 11:42:05 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-02-24 11:42:05 +0100
commit87664078fbbd8bd1f84a9dff05bb1d673b696eaa (patch)
tree92d9062b53e7316c705685b6c928cbc8ca7a6e74 /rsa
parent130eb4ed937b2b059efd3ee798fd63d091ef23b7 (diff)
downloadrsa-git-87664078fbbd8bd1f84a9dff05bb1d673b696eaa.tar.gz
Bumped version to 4.7.2version-4.7.2
Diffstat (limited to 'rsa')
-rw-r--r--rsa/__init__.py4
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__":