diff --git a/components/ecoindex/compute/VERSION b/components/ecoindex/compute/VERSION index a00dd3d..11d9efa 100644 --- a/components/ecoindex/compute/VERSION +++ b/components/ecoindex/compute/VERSION @@ -1 +1 @@ -5.8.0a0 +5.8.0 diff --git a/projects/ecoindex_compute/pyproject.toml b/projects/ecoindex_compute/pyproject.toml index 9f17da3..66405a8 100644 --- a/projects/ecoindex_compute/pyproject.toml +++ b/projects/ecoindex_compute/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_compute" -version = "5.8.0a0" +version = "5.8.0" readme = "README.md" description = "Ecoindex module provides a simple way to measure the Ecoindex score based on the 3 parameters: The DOM elements of the page, the size of the page and the number of external requests of the page" authors = ['Vincent Vatelot ']