diff --git a/components/ecoindex/scraper/VERSION b/components/ecoindex/scraper/VERSION index f870be2..afad818 100644 --- a/components/ecoindex/scraper/VERSION +++ b/components/ecoindex/scraper/VERSION @@ -1 +1 @@ -3.10.1 +3.11.0 diff --git a/projects/ecoindex_scraper/pyproject.toml b/projects/ecoindex_scraper/pyproject.toml index 5cfce62..0b99b1c 100644 --- a/projects/ecoindex_scraper/pyproject.toml +++ b/projects/ecoindex_scraper/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_scraper" -version = "3.10.1" +version = "3.11.0" readme = "README.md" description = "Ecoindex_scraper module provides a way to scrape data from given website while simulating a real web browser" authors = ['Vincent Vatelot ']