From 1f7033785ea409a561e6851d33ba36dfc26d0dc5 Mon Sep 17 00:00:00 2001 From: miararoy Date: Thu, 9 Nov 2023 17:36:13 +0200 Subject: [PATCH] edit pyproject toml (#161) --- CHANGELOG.md | 3 +++ pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d799850b..34f7a70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.1.3] - 2023-10-09 +- Edit description on pyproject.toml. + ## [0.1.2] - 2023-10-09 - Added the ability to load individual text files from a directory diff --git a/pyproject.toml b/pyproject.toml index 5922ef95..01ed0fe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "canopy-sdk" -version = "0.1.2" -description = "Canopy is an orchestration engine for intergating LLMs with Pinecone." +version = "0.1.3" +description = "Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone" authors = ["Relevance Team "] readme = "README.md" license = "Apache-2.0"