summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2014-02-02 12:05:47 +0100
committerSybren A. St?vel <sybren@stuvel.eu>2014-02-02 12:05:47 +0100
commit8d66b0a9f2d37e6d1110a0ba6fb0525356471da3 (patch)
treed40b3b346261e00acc89776923ba7aee0d0de5bc
parentee92e5b65276f0d977ea5c98e474713942c4a7d2 (diff)
downloadrsa-8d66b0a9f2d37e6d1110a0ba6fb0525356471da3.tar.gz
Bumped version to 3.1.3version-3.1.3
-rw-r--r--rsa/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 51955c3..5c714c4 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -28,8 +28,8 @@ If you want to have a more secure implementation, use the functions from the
"""
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
-__date__ = "2013-09-15"
-__version__ = '3.1.2'
+__date__ = "2014-02-02"
+__version__ = '3.1.3'
from rsa.key import newkeys, PrivateKey, PublicKey
from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \