Skip to content

Commit bee2622

Browse files
authored
Bump up version to 1.4.0 (#123)
1 parent 56570ba commit bee2622

File tree

4 files changed

+240
-108
lines changed

4 files changed

+240
-108
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lindera-python"
3-
version = "1.3.2"
3+
version = "1.4.0"
44
edition = "2024"
55
description = "Python binding for Lindera."
66
documentation = "https://docs.rs/lindera-python"
@@ -41,7 +41,7 @@ default = ["train"] # No directories included
4141
[dependencies]
4242
pyo3 = { version = "0.27.2", features = ["extension-module"] }
4343
serde = { version = "1.0.228", features = ["derive"] }
44-
serde_json = "1.0.145"
44+
serde_json = "1.0.148"
4545
num_cpus = "1.17.0"
4646

47-
lindera = "1.4.2"
47+
lindera = "1.5.0"

0 commit comments

Comments
 (0)