Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <beautifularea@gmail.com>"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading