Skip to content

Commit 3dad761

Browse files
committed
chore: release v0.2.9
1 parent 18e28bd commit 3dad761

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/leann-backend-diskann/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "leann-backend-diskann"
7-
version = "0.2.8"
8-
dependencies = ["leann-core==0.2.8", "numpy", "protobuf>=3.19.0"]
7+
version = "0.2.9"
8+
dependencies = ["leann-core==0.2.9", "numpy", "protobuf>=3.19.0"]
99

1010
[tool.scikit-build]
1111
# Key: simplified CMake path

packages/leann-backend-hnsw/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ build-backend = "scikit_build_core.build"
66

77
[project]
88
name = "leann-backend-hnsw"
9-
version = "0.2.8"
9+
version = "0.2.9"
1010
description = "Custom-built HNSW (Faiss) backend for the Leann toolkit."
1111
dependencies = [
12-
"leann-core==0.2.8",
12+
"leann-core==0.2.9",
1313
"numpy",
1414
"pyzmq>=23.0.0",
1515
"msgpack>=1.0.0",

packages/leann-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "leann-core"
7-
version = "0.2.8"
7+
version = "0.2.9"
88
description = "Core API and plugin system for LEANN"
99
readme = "README.md"
1010
requires-python = ">=3.9"

packages/leann/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "leann"
7-
version = "0.2.8"
7+
version = "0.2.9"
88
description = "LEANN - The smallest vector index in the world. RAG Everything with LEANN!"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)