From 46d3762b6a614697dfb54a63daede2f7b48de158 Mon Sep 17 00:00:00 2001 From: Emmanuel DYAN Date: Mon, 24 May 2021 09:57:23 +0200 Subject: [PATCH] "Bump version 5.1" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54a9efd..3d55157 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ if os.name == 'nt': extra_packages.append('pypiwin32') -__version__ = '5.0' +__version__ = '5.1' # Get the long description from the README file