From 448450af25c2dfae067d13c0514d52c3f83f33a1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 6 Mar 2024 14:35:28 +0000 Subject: [PATCH] Bump version to 0.8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66b40ed5..990057a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "canopy-sdk" -version = "0.8.0" +version = "0.8.1" description = "Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone" authors = ["Relevance Team "] readme = "README.md"