From 27f1d0332f104a865cb83ec0bc5f695d8987a4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 20 May 2021 10:55:02 +0200 Subject: [PATCH] Do the release 4.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32754ee2b..82f144572 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import pipfile from setuptools import find_packages, setup -VERSION = "4.1.1" +VERSION = "4.1.2" HERE = os.path.abspath(os.path.dirname(__file__))