summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2015-11-05 16:35:33 +0100
committerSybren A. St?vel <sybren@stuvel.eu>2015-11-05 16:35:33 +0100
commitc3ea3d1b9cec67090ae84df73d3018286b095851 (patch)
tree407dfcf03bc0801f6de54b72e7e3c74b621bede7
parent327054343c17af0a28f07c3821a180169c06acf2 (diff)
downloadrsa-c3ea3d1b9cec67090ae84df73d3018286b095851.tar.gz
Bumped version to 3.2.2 due to an issue with pypiversion-3.2.2
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
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, \