diff --git a/CHANGELOG.md b/CHANGELOG.md index 04745c3f..73e3b964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.0.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v2.0.1) - 2025-01-24 + +### Fix + +* Change urrlib3 dependency version ([#194](https://github.com/DS4SD/deepsearch-toolkit/issues/194)) ([`d542d6f`](https://github.com/DS4SD/deepsearch-toolkit/commit/d542d6f27247a00c53f0e869c2109db92b69923a)) + ## [v2.0.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v2.0.0) - 2025-01-17 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 6865e700..1757aa72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "2.0.0" # DO NOT EDIT, updated automatically +version = "2.0.1" # DO NOT EDIT, updated automatically description = "Interact with the Deep Search platform for new knowledge explorations and discoveries" authors = ["Michele Dolfi ", "André Carvalho ", "Lokesh Mishra ", "Christoph Auer ", "Kasper Dinkla ", "Cesar Berrospi Ramis ", "Panos Vagenas ", "Peter Staar "] license = "MIT"