From ed779fab84574837526b141c792176f8ef2408d0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 16 Nov 2023 15:28:51 +0000 Subject: [PATCH] Bump version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0861e578..1b537222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "canopy-sdk" -version = "0.1.4" +version = "0.2.0" description = "Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone" authors = ["Relevance Team "] readme = "README.md"