chore: release v0.1.1

This commit is contained in:
GitHub Actions
2025-07-24 23:36:23 +00:00
parent a44dccecac
commit faf5ae3533
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "leann-backend-diskann"
version = "0.1.0"
version = "0.1.1"
dependencies = ["leann-core==0.1.0", "numpy"]
[tool.scikit-build]

View File

@@ -6,7 +6,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "leann-backend-hnsw"
version = "0.1.0"
version = "0.1.1"
description = "Custom-built HNSW (Faiss) backend for the Leann toolkit."
dependencies = [
"leann-core==0.1.0",

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "leann-core"
version = "0.1.0"
version = "0.1.1"
description = "Core API and plugin system for LEANN"
readme = "README.md"
requires-python = ">=3.9"

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "leann"
version = "0.1.0"
version = "0.1.1"
description = "LEANN - The smallest vector index in the world. RAG Everything with LEANN!"
readme = "README.md"
requires-python = ">=3.9"