From 16cd24b4a94eb7b5ade4b7eddba5095f654d325e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Sep 2024 17:41:34 +0000 Subject: [PATCH] chore: bump version to 1.0.1 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571fc47a..5d73e7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.0.1](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.0.1) - 2024-09-09 + +### Fix + +* Compatibility with platformdirs >= 4 ([#186](https://github.com/DS4SD/deepsearch-toolkit/issues/186)) ([`2dfbcd7`](https://github.com/DS4SD/deepsearch-toolkit/commit/2dfbcd7460b27221bc0a96ff8ee0e506a6c3e450)) + ## [v1.0.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v1.0.0) - 2024-08-05 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 8724fd49..9fbebd42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepsearch-toolkit" -version = "1.0.0" # DO NOT EDIT, updated automatically +version = "1.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"