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] [project]
name = "leann-backend-diskann" name = "leann-backend-diskann"
version = "0.1.0" version = "0.1.1"
dependencies = ["leann-core==0.1.0", "numpy"] dependencies = ["leann-core==0.1.0", "numpy"]
[tool.scikit-build] [tool.scikit-build]

View File

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

View File

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

View File

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