Skip to content

Commit 2e891e4

Browse files
committed
fix: bump version
1 parent 66a92da commit 2e891e4

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kiru-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kiru/Cargo.toml
22
[package]
33
name = "kiru"
4-
version = "0.1.9"
4+
version = "0.1.10"
55
edition = "2021"
66
description = "Fast text chunking for Rust"
77
license = "MIT"

kiru-py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kiru-py/Cargo.toml
22
[package]
33
name = "kiru-py"
4-
version = "0.1.9"
4+
version = "0.1.10"
55
edition = "2021"
66
description = "Python bindings for kiru text chunking library"
77
repository = "https://github.com/bitswired/kiru"
@@ -17,6 +17,6 @@ pyo3 = { workspace = true }
1717

1818
[dependencies.kiru]
1919
path = "../kiru-core"
20-
version = "0.1.9"
20+
version = "0.1.10"
2121
[build-dependencies]
2222
# None needed for simple bindings

0 commit comments

Comments
 (0)