summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2012-06-18 15:43:20 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2012-06-18 15:43:20 +0200
commit0816dcc26f8e6cb5c19ab9b62e1cf27b77b35cf4 (patch)
tree25e7d74e44bdfdde09406cabafe557a3678bfe85 /rsa
parent1d59fd47f3642954712be09a01e3341772fc0476 (diff)
downloadrsa-0816dcc26f8e6cb5c19ab9b62e1cf27b77b35cf4.tar.gz
Added version 3.1.1 to changelog
Diffstat (limited to 'rsa')
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 59d5a9d..8fb5e00 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__ = "2012-06-17"
-__version__ = '3.1'
+__version__ = '3.1.1'
from rsa.key import newkeys, PrivateKey, PublicKey
from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \