Skip to content

Commit 2a9f258

Browse files
authored
Merge pull request #99 from vectorlessflow/dev
chore(workspace): update project versions and consolidate description
2 parents 23ea873 + 9a77087 commit 2a9f258

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)