From c0093b9b6707f3e2cb4c0f142fa5e91567d1daf6 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Thu, 19 Nov 2020 12:57:04 +0000 Subject: New version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c324ee..a8f746a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): return io.open(file_path, encoding="utf-8").read() -version = "0.3.1" +version = "0.4.0" setuptools.setup( -- cgit v1.2.3