diff --git a/bases/ecoindex/cli/VERSION b/bases/ecoindex/cli/VERSION index 90efbd4..9738a24 100644 --- a/bases/ecoindex/cli/VERSION +++ b/bases/ecoindex/cli/VERSION @@ -1 +1 @@ -2.28.0 +2.28.1 diff --git a/projects/ecoindex_cli/pyproject.toml b/projects/ecoindex_cli/pyproject.toml index 65032e0..f112ed7 100644 --- a/projects/ecoindex_cli/pyproject.toml +++ b/projects/ecoindex_cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_cli" -version = "2.28.0" +version = "2.28.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"