summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-03-26 13:47:19 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2016-03-26 13:47:19 +0100
commite5839ee9273abe373cab4de5ce0eb6a79dd43611 (patch)
treea19d19dca843715bd7ac6d526421501a91806650 /rsa/__init__.py
parent2c6cd151dec9d98c173fc4c5c3a8e6f9110e7a77 (diff)
parent61b4ac2614a96b78d60d95defe3e3c4bab3f5693 (diff)
downloadrsa-git-e5839ee9273abe373cab4de5ce0eb6a79dd43611.tar.gz
Merge branch 'version-3.4-repackaging'
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 bf48834..80a0c2c 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -29,7 +29,7 @@ from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \
VerificationError
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
-__date__ = "2016-03-17"
+__date__ = "2016-03-26"
__version__ = '4.0-alpha'
# Do doctest if we're run directly