From 1b54037f9f455618a0b9da8aaab67a2182820819 Mon Sep 17 00:00:00 2001 From: Tarun Jain <132284203+tarun-aiplanet@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:42:16 +0530 Subject: [PATCH] 0.2.3 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c776b5..4e0060b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beyondllm" -version = "0.2.2.1" +version = "0.2.3" description = "Beyond LLM is an toolkit to Build Experiment Evaluate and Observe RAG pipelines" authors = ["AI Planet "] readme = "README.md"