Skip to content

Commit 758ae11

Browse files
committed
chore(release): bump version to 0.1.27 for Rust and 0.1.6 for Python
- Update workspace package version from 0.1.26 to 0.1.27 in Cargo.toml - Update Python package version from 0.1.5 to 0.1.6 in pyproject.toml
1 parent a35cd4f commit 758ae11

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.26"
6+
version = "0.1.27"
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.5"
7+
version = "0.1.6"
88
description = "Hierarchical document intelligence without vectors"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)