From c1e433b00e37223ce3ebd3d66f1ae6abe75d144a Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Sun, 17 Jun 2012 10:20:52 +0100 Subject: Bumped version to 3.1 --- rsa/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rsa/__init__.py b/rsa/__init__.py index 40144dc..59d5a9d 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -27,9 +27,9 @@ If you want to have a more secure implementation, use the functions from the """ -__author__ = "Sybren Stuvel, Marloes de Boer, Ivo Tamboer, and Barry Mead" -__date__ = "2011-08-07" -__version__ = '3.1-beta0' +__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" +__date__ = "2012-06-17" +__version__ = '3.1' from rsa.key import newkeys, PrivateKey, PublicKey from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \ -- cgit v1.2.1