summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 12:26:10 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 12:26:10 +0200
commit1ee1afee004cae97b9c5e0aa549042dba45bd45b (patch)
tree225673b97c97dfcb37d18002d61a0bc746a21c2f /rsa
parent80eb1b16dd359452c8d309161c13196a61387bfc (diff)
downloadrsa-git-1ee1afee004cae97b9c5e0aa549042dba45bd45b.tar.gz
Bumped version to 4.9
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 e30390c..d0185fe 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__ = "2022-03-13"
-__version__ = "4.9-dev0"
+__date__ = "2022-07-20"
+__version__ = "4.9"
# Do doctest if we're run directly
if __name__ == "__main__":