From d5fab129919ee3eb506dd1146f91154d4ff013bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 May 2024 08:50:19 +0000 Subject: [PATCH] chore: bump version to 0.45.0 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 991441ca..8d3c4bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.45.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.45.0) - 2024-05-22 + +### Feature + +* Add target settings ([#175](https://github.com/DS4SD/deepsearch-toolkit/issues/175)) ([`c4a7b92`](https://github.com/DS4SD/deepsearch-toolkit/commit/c4a7b92cfa3febba01e3076a19a77a832721e37a)) + ## [v0.44.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.44.0) - 2024-05-07 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 1c1f96e2..c0138210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.44.0" # DO NOT EDIT, updated automatically +version = "0.45.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"