summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-02-15 21:42:07 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-02-15 21:42:07 +0100
commit63488bef2e5349f37d8f5d047810afb36907033c (patch)
treec2f7e6f498dedf5e793bfb113a82e9734b829dbc /rsa
parent88418f04d7fd543f55604b862d0a77e5bd84bae6 (diff)
downloadrsa-git-63488bef2e5349f37d8f5d047810afb36907033c.tar.gz
Bumped version to 4.7.1
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 70e898e..a4a4a15 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-14'
-__version__ = '4.7.1-dev0'
+__date__ = '2021-02-15'
+__version__ = '4.7.1'
# Do doctest if we're run directly
if __name__ == "__main__":