From 47a7db1cce210fe9011535c73c57bf76fcca6820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 24 Nov 2021 11:06:33 +0100 Subject: More version bump to 4.8 --- rsa/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsa/__init__.py b/rsa/__init__.py index 8d23986..5703023 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-02-24" -__version__ = "4.8-dev0" +__date__ = "2021-11-24" +__version__ = "4.8" # Do doctest if we're run directly if __name__ == "__main__": -- cgit v1.2.1