From 63488bef2e5349f37d8f5d047810afb36907033c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 15 Feb 2021 21:42:07 +0100 Subject: [PATCH] Bumped version to 4.7.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 70e898e..a4a4a15 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -26,8 +26,8 @@ VerificationError, find_signature_hash, sign_hash, compute_hash __author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" -__date__ = '2021-02-14' -__version__ = '4.7.1-dev0' +__date__ = '2021-02-15' +__version__ = '4.7.1' # Do doctest if we're run directly if __name__ == "__main__": diff --git a/setup.py b/setup.py index 9081693..a233452 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if __name__ == '__main__': setup(name='rsa', - version='4.7.1-dev0', + version='4.7.1', description='Pure-Python RSA implementation', long_description=long_description, long_description_content_type='text/markdown',