From c5692c266e5a70cde93d228b68321c4e6ad72f11 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 3 Oct 2021 19:16:26 +0100 Subject: [PATCH] 4.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c752549..920c5a32 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup -version = "4.0.0" +version = "4.0.1" if sys.argv[1] == "release":