diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3c4bac..cc7f31f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.46.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.46.0) - 2024-05-31 + +### Feature + +* Add data source helpers ([#176](https://github.com/DS4SD/deepsearch-toolkit/issues/176)) ([`c5e7103`](https://github.com/DS4SD/deepsearch-toolkit/commit/c5e71036dd31957bd63b64456782cd69f17c6b5a)) + ## [v0.45.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.45.0) - 2024-05-22 ### Feature diff --git a/pyproject.toml b/pyproject.toml index c0138210..179a5f69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.45.0" # DO NOT EDIT, updated automatically +version = "0.46.0" # 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"