From fe9d55f3914440148a537d1373a592e0810917ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Mar 2024 14:56:32 +0000 Subject: [PATCH] chore: bump version to 0.43.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 d3bdb651..11dd12a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.43.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.43.0) - 2024-03-14 + +### Feature + +* Generate sdk from new v2 api ([#173](https://github.com/DS4SD/deepsearch-toolkit/issues/173)) ([`0abbf7f`](https://github.com/DS4SD/deepsearch-toolkit/commit/0abbf7f18a86d576fba09ac7980978aae1aaf184)) + ## [v0.42.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.42.0) - 2024-03-05 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 996cc4f2..3b1683b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "0.42.0" # DO NOT EDIT, updated automatically +version = "0.43.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"