From 29476709271e6988d4df0e1fb1f900bdf8a8c8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 4 Aug 2019 14:17:20 +0200 Subject: [PATCH] Bumped version to 4.1-dev0 --- 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 9b05c6c..41f1557 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -28,8 +28,8 @@ VerificationError, find_signature_hash, sign_hash, compute_hash __author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" -__date__ = "2018-09-16" -__version__ = '4.0' +__date__ = '2019-08-04' +__version__ = '4.1-dev0' # Do doctest if we're run directly if __name__ == "__main__": diff --git a/setup.py b/setup.py index 2fc08ef..cb07110 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if __name__ == '__main__': setup(name='rsa', - version='4.0', + version='4.1-dev0', description='Pure-Python RSA implementation', long_description=long_description, long_description_content_type='text/markdown',