From 5c1b43405379cb60c6be7c9122a6cc3c1119f883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 5 Nov 2015 16:30:59 +0100 Subject: Bumped version to 3.2.1 --- rsa/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsa/__init__.py') diff --git a/rsa/__init__.py b/rsa/__init__.py index 21433a7..8f86684 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -28,8 +28,8 @@ If you want to have a more secure implementation, use the functions from the """ __author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" -__date__ = "2015-07-29" -__version__ = '3.2' +__date__ = "2015-11-05" +__version__ = '3.2.1' from rsa.key import newkeys, PrivateKey, PublicKey from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \ -- cgit v1.2.1