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
commitc0ab2321fd63b73d1767279a11a9581616ed9606 (patch)
tree442a95bff1c68c4621f76095ef66e216c22a0100
parent21270f4b83a1369021a909ab731ef3c01f670af0 (diff)
downloadrsa-c0ab2321fd63b73d1767279a11a9581616ed9606.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, \