summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-01-10 11:35:51 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-01-10 11:35:51 +0100
commitfa3282a47457254385f2313c2eceaad4b06186a4 (patch)
treeb200a00993a620191234748af982bf9462975995 /rsa
parenta364e82caa4cb1fc51400a8c628fb48867fb4362 (diff)
downloadrsa-git-fa3282a47457254385f2313c2eceaad4b06186a4.tar.gz
Bumped version to 4.7version-4.7
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 0a77e35..26b28ca 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__ = '2020-06-12'
-__version__ = '4.7-dev0'
+__date__ = '2021-01-10'
+__version__ = '4.7'
# Do doctest if we're run directly
if __name__ == "__main__":