Skip to content

Commit 9a77087

Browse files
committed
chore(workspace): update project versions and consolidate description
- Bump workspace package version from 0.1.31 to 0.1.32 - Bump Python package version from 0.1.10 to 0.1.11 - Move description to workspace level as "Reasoning-based Document Engine" - Update rust/Cargo.toml to use workspace description
1 parent 23ea873 commit 9a77087

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ members = ["rust", "python"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.31"
6+
version = "0.1.32"
7+
description = "Reasoning-based Document Engine"
78
edition = "2024"
89
authors = ["zTgx <beautifularea@gmail.com>"]
910
license = "Apache-2.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "maturin"
44

55
[project]
66
name = "vectorless"
7-
version = "0.1.10"
8-
description = "Reasoning-native document intelligence engine for AI"
7+
version = "0.1.11"
8+
description = "Reasoning-based Document Engine"
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = { text = "Apache-2.0" }

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vectorless"
33
version.workspace = true
44
edition.workspace = true
55
authors.workspace = true
6-
description = "Reasoning-native document intelligence engine for AI"
6+
description.workspace = true
77
license.workspace = true
88
repository.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)