From 97be94de7db65bacb7556f7ba5bcf64b3707382d Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Thu, 15 Sep 2022 13:37:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(version):=20Update=20proje?= =?UTF-8?q?ct=20version=20(#26)?= 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 a9c018e..936abde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_scraper" -version = "v2.2.0" +version = "v2.3.0" description = "Ecoindex_scraper module provides a way to scrape data from given website while simulating a real web browser" authors = ["Vincent Vatelot "] license = "MIT"