From 7b7201b79ac8c57f633d0e4b0bb983bd05856f12 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:33:01 +0100 Subject: [PATCH] increase version to prepare release (#92) --- integrations/cohere/src/cohere_haystack/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/cohere/src/cohere_haystack/__about__.py b/integrations/cohere/src/cohere_haystack/__about__.py index 8430bf8d4..447ed9770 100644 --- a/integrations/cohere/src/cohere_haystack/__about__.py +++ b/integrations/cohere/src/cohere_haystack/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present deepset GmbH # # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.1.1" +__version__ = "0.2.0"