diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7f31f1..2711c827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.47.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.47.0) - 2024-06-06 + +### Feature + +* Export to html ([#178](https://github.com/DS4SD/deepsearch-toolkit/issues/178)) ([`00f75f8`](https://github.com/DS4SD/deepsearch-toolkit/commit/00f75f89d11998c1f5e6a9cf9711abf0c9271468)) + ## [v0.46.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.46.0) - 2024-05-31 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 179a5f69..ad91c118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.46.0" # DO NOT EDIT, updated automatically +version = "0.47.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"