From 4bfcfc57a13005216e515c50286e618b6a4578b8 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Fri, 1 Sep 2023 14:21:58 +0000
Subject: [PATCH] chore: bump version to 0.25.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 720fc053..9c97065d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [v0.25.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.25.0) - 2023-09-01
+
+### Feature
+
+* Extend QA gen types ([#133](https://github.com/DS4SD/deepsearch-toolkit/issues/133)) ([`43eeb57`](https://github.com/DS4SD/deepsearch-toolkit/commit/43eeb575580bcf9f19c74f6e837196072863d0eb))
+
 ## [v0.24.0](https://github.com/DS4SD/deepsearch-toolkit/releases/tag/v0.24.0) - 2023-08-07
 
 ### Feature
diff --git a/pyproject.toml b/pyproject.toml
index 4892edd9..22812141 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "deepsearch-toolkit"
-version = "0.24.0"  # DO NOT EDIT, updated automatically
+version = "0.25.0"  # DO NOT EDIT, updated automatically
 description = "Interact with the Deep Search platform for new knowledge explorations and discoveries"
 authors = ["Michele Dolfi <dol@zurich.ibm.com>", "André Carvalho <andre.carvalho2@ibm.com>", "Lokesh Mishra <mis@zurich.ibm.com>", "Christoph Auer <cau@zurich.ibm.com>", "Kasper Dinkla <dkl@zurich.ibm.com>", "Cesar Berrospi Ramis <ceb@zurich.ibm.com>", "Panos Vagenas <pva@zurich.ibm.com>", "Peter Staar <taa@zurich.ibm.com>"]
 license = "MIT"