From a11baed075ab5e1562558935b5c2037bca8c3d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 29 Mar 2016 15:14:24 +0200 Subject: Bumped version to 3.4.2 --- rsa/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsa/__init__.py') diff --git a/rsa/__init__.py b/rsa/__init__.py index 1a32ec4..c572c06 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-03-26" -__version__ = '3.4.1' +__date__ = "2016-03-29" +__version__ = '3.4.2' # Do doctest if we're run directly if __name__ == "__main__": -- cgit v1.2.1