From fe77c1754be531e9296a76fa1674239cc92c9880 Mon Sep 17 00:00:00 2001 From: Guillaume VIGNAL <41540039+guillaume-vignal@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:53:30 +0200 Subject: [PATCH] Update __version__.py --- shapash/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapash/__version__.py b/shapash/__version__.py index e0c1ac5a..f98d301e 100644 --- a/shapash/__version__.py +++ b/shapash/__version__.py @@ -1,3 +1,3 @@ -VERSION = (2, 7, 3) +VERSION = (2, 7, 4) __version__ = ".".join(map(str, VERSION))