From 7e3176d83162ed8f0a05268f6720f66ffebf2321 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Sat, 21 Dec 2024 16:08:15 +0530 Subject: [PATCH] feat: bump version to 0.1.0.4 and add Omkar Wagholikar as an author --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 479e006..87dda2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "lesa" -version = "0.1.0.3" +version = "0.1.0.4" description = "A CLI tool to converse with any document locally using Ollama." -authors = ["Shantanu Wable "] +authors = ["Shantanu Wable ", "Omkar Wagholikar "] repository = "https://github.com/shxntanu/lesa" keywords = ["lesa", "rag pipeline", "document chatbot"] classifiers = [