summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
Diffstat (limited to 'rsa')
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index a0b482c..1619e33 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -27,7 +27,7 @@ from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
__date__ = '2020-06-10'
-__version__ = '4.1'
+__version__ = '4.2-dev0'
# Do doctest if we're run directly
if __name__ == "__main__":