From 913cbe546e3b29cc6afaa69791cf89e4f8505cbb Mon Sep 17 00:00:00 2001 From: gouyt13clear Date: Tue, 25 Aug 2026 23:24:21 +0800 Subject: [PATCH] chore: bump version to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9857696..b94342c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "rabitqlib" -version = "0.1.1" +version = "0.1.2" description = "RaBitQ Python bindings for HNSW, IVF, and SymQG" readme = "README.md" requires-python = ">=3.9"