From a1bbbc75b7adf0dc0078139c4e1b3ef2d86b0952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sat, 26 Mar 2016 13:34:55 +0100 Subject: Bumped version to 3.4.1 --- 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 0b287b8..1a32ec4 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-17" -__version__ = '3.4' +__date__ = "2016-03-26" +__version__ = '3.4.1' # Do doctest if we're run directly if __name__ == "__main__": diff --git a/setup.py b/setup.py index 3b41d25..e328c11 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup if __name__ == '__main__': setup(name='rsa', - version='3.4', + version='3.4.1', description='Pure-Python RSA implementation', author='Sybren A. Stuvel', author_email='sybren@stuvel.eu', -- cgit v1.2.1