diff --git a/components/ecoindex/scraper/VERSION b/components/ecoindex/scraper/VERSION index 92536a9..171a6a9 100644 --- a/components/ecoindex/scraper/VERSION +++ b/components/ecoindex/scraper/VERSION @@ -1 +1 @@ -3.12.0 +3.12.1 diff --git a/projects/ecoindex_scraper/pyproject.toml b/projects/ecoindex_scraper/pyproject.toml index c620131..3f9f564 100644 --- a/projects/ecoindex_scraper/pyproject.toml +++ b/projects/ecoindex_scraper/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_scraper" -version = "3.12.0" +version = "3.12.1" 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 ']