From fef201a21673b9a0c4a09fb5d2550b162cb41b06 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Fri, 30 Jun 2023 12:09:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(version):=20Release=20mino?= =?UTF-8?q?r=20version=203.2.0?= 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 102aff2..f67d712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_scraper" -version = "3.1.0" +version = "3.2.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"