From d10c3b23a874b01ed377ff09c237e8da0fbdcd26 Mon Sep 17 00:00:00 2001 From: Guillaume VIGNAL <41540039+guillaume-vignal@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:49:27 +0100 Subject: [PATCH] Bump Version bump version 2.4.0 to 2.4.1 --- shapash/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapash/__version__.py b/shapash/__version__.py index a78ece3a..afd2d29a 100644 --- a/shapash/__version__.py +++ b/shapash/__version__.py @@ -1,3 +1,3 @@ -VERSION = (2, 4, 0) +VERSION = (2, 4, 1) __version__ = ".".join(map(str, VERSION))