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
commitb0aacd0a78b0ecdcf71874e230ac5f6caee17503 (patch)
tree407dfcf03bc0801f6de54b72e7e3c74b621bede7
parentd50f918559bcdb95d9a4ffe2e50baf3e69544a8f (diff)
downloadrsa-git-b0aacd0a78b0ecdcf71874e230ac5f6caee17503.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, \