From c7f5c81c23d348dfabf3698afe7767e23b631a86 Mon Sep 17 00:00:00 2001 From: Praneeth Bedapudi Date: Tue, 22 Oct 2024 04:52:50 +0530 Subject: [PATCH] use vectorlite for embedding search Signed-off-by: Praneeth Bedapudi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da5caa7..494c583 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = "praneeth@bpraneeth.com" AUTHOR = "BEDAPUDI PRANEETH" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.0.3.1" +VERSION = "0.0.3.2.dev1" # What packages are required for this module to be executed? REQUIRED = []