Skip to content

Commit 0582f2b

Browse files
committed
chore(release): bump workspace and package versions
- Update workspace package version from 0.1.27 to 0.1.28 in Cargo.toml - Update vectorless package version from 0.1.6 to 0.1.7 in pyproject.toml
1 parent 97698ab commit 0582f2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

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

55
[workspace.package]
6-
version = "0.1.27"
6+
version = "0.1.28"
77
edition = "2024"
88
authors = ["zTgx <beautifularea@gmail.com>"]
99
license = "Apache-2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "vectorless"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "Reasoning-native document intelligence engine for AI"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)