diff --git a/Cargo.toml b/Cargo.toml index 61229adf..6eeec14e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust", "python"] resolver = "2" [workspace.package] -version = "0.1.24" +version = "0.1.25" edition = "2024" authors = ["zTgx "] license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 87999b26..23bffc7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "vectorless" -version = "0.1.3" +version = "0.1.4" description = "Hierarchical document intelligence without vectors" readme = "README.md" requires-python = ">=3.9"