summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
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
commit1db004a59dc723528a2d0f01d61feb16223799af (patch)
tree25e7d74e44bdfdde09406cabafe557a3678bfe85 /rsa/__init__.py
parentf6047a89052733edd18256e39c179afa5715ef0f (diff)
downloadrsa-git-1db004a59dc723528a2d0f01d61feb16223799af.tar.gz
Added version 3.1.1 to changelog
Diffstat (limited to 'rsa/__init__.py')
-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, \