From 1a1faeec82557e4098070166597c803c374184d3 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Thu, 30 Jun 2022 12:29:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(version):=20Update=20proje?= =?UTF-8?q?ct=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1597d9..2eb8e97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex-cli" -version = "v2.14.0" +version = "v2.14.1" description = "`ecoindex-cli` is a CLI tool that let you make ecoindex tests on given pages" authors = ["Vincent Vatelot "] license = "MIT"