From cc696c692727c543831a08642644585958462dde Mon Sep 17 00:00:00 2001 From: vvatelot Date: Tue, 14 May 2024 12:28:51 +0000 Subject: [PATCH] chore(compute): Bump compute version to 5.8.0 --- components/ecoindex/compute/VERSION | 2 +- projects/ecoindex_compute/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ']