From e9251b3eb745703a82a66202c0c5e3f871e95e9a Mon Sep 17 00:00:00 2001 From: "manthapavankumar11@gmail.com" Date: Sat, 16 May 2026 01:02:17 +0530 Subject: [PATCH] Fixed version number for new release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef13698..5b4815a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "qql-cli" -version = "2.3.0" +version = "2.4.0" description = "QQL is a SQL-like query language and CLI for Qdrant vector database. Write INSERT, SEARCH, RECOMMEND, DELETE, and CREATE COLLECTION statements instead of Python SDK calls. Supports hybrid dense+sparse vector search, cross-encoder reranking, quantization (scalar, turbo, binary, product), WHERE clause filters, script execution, and collection dump/restore." readme = "README.md" license = { file = "LICENSE" }