From ab9fe1acb419099d26f657f2779eb504e8a71620 Mon Sep 17 00:00:00 2001 From: lucifertrj Date: Tue, 30 Jul 2024 18:17:51 +0530 Subject: [PATCH] 0.2.2 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 241554a..3634075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beyondllm" -version = "0.2.1.1" +version = "0.2.2" description = "Beyond LLM is an toolkit to Build Experiment Evaluate and Observe RAG pipelines" authors = ["AI Planet "] readme = "README.md"