From d654adf38f9409b85b65bef44c9017b979672462 Mon Sep 17 00:00:00 2001 From: vvatelot Date: Fri, 30 Aug 2024 12:47:00 +0000 Subject: [PATCH] chore(scraper): Bump scraper version to 3.12.1 --- components/ecoindex/scraper/VERSION | 2 +- projects/ecoindex_scraper/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ']