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 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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__": diff --git a/setup.py b/setup.py index e328c11..cd73fe8 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup if __name__ == '__main__': setup(name='rsa', - version='3.4.1', + version='3.4.2', description='Pure-Python RSA implementation', author='Sybren A. Stuvel', author_email='sybren@stuvel.eu', -- cgit v1.2.1