diff --git a/bases/ecoindex/cli/VERSION b/bases/ecoindex/cli/VERSION index 5c18f91..d6af7e3 100644 --- a/bases/ecoindex/cli/VERSION +++ b/bases/ecoindex/cli/VERSION @@ -1 +1 @@ -2.25.0 +2.25.1 diff --git a/projects/ecoindex_cli/pyproject.toml b/projects/ecoindex_cli/pyproject.toml index 101fbad..f2a144d 100644 --- a/projects/ecoindex_cli/pyproject.toml +++ b/projects/ecoindex_cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_cli" -version = "2.25.0" +version = "2.25.1" description = "`ecoindex-cli` is a CLI tool that let you make ecoindex tests on given pages" authors = ['Vincent Vatelot '] license = "Creative Commons BY-NC-ND"