summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-03-17 13:31:43 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2016-03-17 13:31:43 +0100
commit6b6d29789a15d328bb3887ea040707aa7ca77498 (patch)
tree0d19276632a063444184f7fa368152aec44c0a4d /rsa/__init__.py
parentbd4e213f07c45a8e932bf662ceb07926861775b1 (diff)
downloadrsa-git-6b6d29789a15d328bb3887ea040707aa7ca77498.tar.gz
Bumped to version 3.4
Diffstat (limited to 'rsa/__init__.py')
-rw-r--r--rsa/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 3e591b8..0b287b8 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -29,8 +29,8 @@ from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \
VerificationError
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
-__date__ = "2016-01-13"
-__version__ = '3.4-beta1'
+__date__ = "2016-03-17"
+__version__ = '3.4'
# Do doctest if we're run directly
if __name__ == "__main__":