summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2015-11-05 21:23:54 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2015-11-05 21:23:54 +0100
commitbe41c5375a85f9778dd3cf78932428e47f97fab1 (patch)
tree442a95bff1c68c4621f76095ef66e216c22a0100
parent9d2cd9a213832b8fa000f3abb5188344f7b81bfe (diff)
downloadrsa-git-version-3.2.3.tar.gz
Bumped version to 3.2.3version-3.2.3
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 49a0362..99fd668 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.2'
+__version__ = '3.2.3'
from rsa.key import newkeys, PrivateKey, PublicKey
from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \