Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
🔖 chore(version): Update project version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot authored Nov 3, 2022
1 parent 4fb9671 commit 2f7b72b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ecoindex_scraper"
version = "v2.5.0b1"
version = "v2.5.0"
description = "Ecoindex_scraper module provides a way to scrape data from given website while simulating a real web browser"
authors = ["Vincent Vatelot <[email protected]>"]
license = "MIT"
Expand All @@ -13,7 +13,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.10"
ecoindex = "^5.0.0"
ecoindex = "^5.1.0"
undetected-chromedriver = "^3.1.5"
Pillow = "^9.2.0"

Expand Down

0 comments on commit 2f7b72b

Please sign in to comment.