From c3ea3d1b9cec67090ae84df73d3018286b095851 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Thu, 5 Nov 2015 16:35:33 +0100 Subject: Bumped version to 3.2.2 due to an issue with pypi --- rsa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsa/__init__.py b/rsa/__init__.py index 8f86684..49a0362 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -29,7 +29,7 @@ If you want to have a more secure implementation, use the functions from the __author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" __date__ = "2015-11-05" -__version__ = '3.2.1' +__version__ = '3.2.2' from rsa.key import newkeys, PrivateKey, PublicKey from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \ -- cgit v1.2.1