From cb9e929f815019d8f181be0b17b08082515522c8 Mon Sep 17 00:00:00 2001 From: gouyt13clear Date: Wed, 2 Sep 2026 19:29:53 +0800 Subject: [PATCH] release: prepare v0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 246fb3d..d694cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "rabitqlib" -version = "0.2.1" +version = "0.2.2" description = "RaBitQ Python bindings for HNSW, IVF, and SymQG" readme = "README.md" requires-python = ">=3.11"