From f16eb8ebc42eff6c24beeb72f0d39fdaa94f6f79 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Wed, 29 Jul 2015 09:24:15 +0200 Subject: Bumped version to 3.2 --- rsa/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsa/__init__.py b/rsa/__init__.py index 2d01c12..21433a7 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__ = "2014-02-22" -__version__ = '3.1.4' +__date__ = "2015-07-29" +__version__ = '3.2' from rsa.key import newkeys, PrivateKey, PublicKey from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \ -- cgit v1.2.1