From 1231e086dac1d46ee3fad2f1238038c345399823 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Tue, 28 Mar 2023 02:58:59 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(version):=20Create=20minor?= =?UTF-8?q?=20version=202.17.0=20(#94)?= 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 2be4c97..522492e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_scraper" -version = "2.16.0" +version = "2.17.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"