diff --git a/pyproject.toml b/pyproject.toml index 9674fb5b..499abd93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "shapash" -version = "2.7.3" +version = "2.7.4" authors = [ {name = "Yann Golhen"}, {name = "Sebastien Bidault"}, 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))