summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2022-03-13 12:10:18 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2022-03-13 12:10:18 +0100
commitc373662e16d3ea1b014ec2a26500b6c0603fcabd (patch)
treea237b65d0a64bc6ecec64b794e025afe13f874d6 /rsa
parent681b25616be5a56cc08b59c26ee7386eb8a7e17e (diff)
downloadrsa-git-c373662e16d3ea1b014ec2a26500b6c0603fcabd.tar.gz
Bumped version to 4.9-dev0
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 5703023..e30390c 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -35,8 +35,8 @@ from rsa.pkcs1 import (
)
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
-__date__ = "2021-11-24"
-__version__ = "4.8"
+__date__ = "2022-03-13"
+__version__ = "4.9-dev0"
# Do doctest if we're run directly
if __name__ == "__main__":