summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 14:17:20 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 14:17:20 +0200
commit29476709271e6988d4df0e1fb1f900bdf8a8c8ec (patch)
treec4920af5832828bcd11e4f7ea429b31bf6adb802 /rsa/__init__.py
parent1e22d2eb03c7a29a0befe1febf951af9e46ce470 (diff)
downloadrsa-git-29476709271e6988d4df0e1fb1f900bdf8a8c8ec.tar.gz
Bumped version to 4.1-dev0
Diffstat (limited to 'rsa/__init__.py')
-rw-r--r--rsa/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 9b05c6c..41f1557 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -28,8 +28,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__ = "2018-09-16"
-__version__ = '4.0'
+__date__ = '2019-08-04'
+__version__ = '4.1-dev0'
# Do doctest if we're run directly
if __name__ == "__main__":