From a5f9ea81275bcf8a5eed43b08e7c1dc86a4c7ffc Mon Sep 17 00:00:00 2001 From: Ravindra Marella Date: Sun, 11 Jun 2023 03:16:53 +0530 Subject: [PATCH] 0.2.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75e5ab1..3b1e302 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name=name, - version="0.2.3", + version="0.2.4", description="Chat with your documents offline using AI.", long_description=long_description, long_description_content_type="text/markdown",