diff --git a/Cargo.toml b/Cargo.toml index ea67502..c3c13c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,8 @@ members = ["rust", "python"] resolver = "2" [workspace.package] -version = "0.1.31" +version = "0.1.32" +description = "Reasoning-based Document Engine" edition = "2024" authors = ["zTgx "] license = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 6d57600..e52e370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "maturin" [project] name = "vectorless" -version = "0.1.10" -description = "Reasoning-native document intelligence engine for AI" +version = "0.1.11" +description = "Reasoning-based Document Engine" readme = "README.md" requires-python = ">=3.9" license = { text = "Apache-2.0" } diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 09ab38f..723e46f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -3,7 +3,7 @@ name = "vectorless" version.workspace = true edition.workspace = true authors.workspace = true -description = "Reasoning-native document intelligence engine for AI" +description.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true