From 9af9f2972eef82a98e0c72ff392d0cf37bde1c77 Mon Sep 17 00:00:00 2001 From: vvatelot Date: Fri, 30 Aug 2024 13:00:53 +0000 Subject: [PATCH] chore(cli): Bump CLI version to 2.28.1 --- bases/ecoindex/cli/VERSION | 2 +- projects/ecoindex_cli/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"