Skip to content

Commit 369bbf5

Browse files
committed
chore(release): bump version to 0.1.25 for Rust workspace and 0.1.4 for Python package
- Update workspace.package.version in Cargo.toml from 0.1.24 to 0.1.25 - Update project.version in pyproject.toml from 0.1.3 to 0.1.4
1 parent 524c342 commit 369bbf5

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.24"
6+
version = "0.1.25"
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.3"
7+
version = "0.1.4"
88
description = "Hierarchical document intelligence without vectors"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)