From aa0466d929b1febafcf903a2c4711432c311ce5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cashwinaravind=E2=80=9D?= Date: Sun, 8 Sep 2024 20:38:26 +0530 Subject: [PATCH] Update Version Update Version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35e7fcd..a420bb3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup( name='ragbuilder', - version='0.0.13', + version='0.0.14', author='Ashwin Aravind, Aravind Parameswaran', author_email='ashwin@krux.ai, aravind@krux.ai', description='RagBuilder is a toolkit designed to help you create optimal Production-ready Retrieval-Augmented Generation (RAG) pipeline for your data',