Skip to content

Commit

Permalink
Merge pull request #36 from lindera/bump
Browse files Browse the repository at this point in the history
bump up version to 0.38.2
  • Loading branch information
mosuka authored Dec 6, 2024
2 parents 855ac18 + b982616 commit f66cfdb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lindera-py"
version = "0.38.1"
version = "0.38.2"
edition = "2021"
description = "Python binding for Lindera."
documentation = "https://docs.rs/lindera-py"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ lint:
typecheck:
poetry run mypy ./examples ./tests

maturin-develop:
develop:
poetry run maturin develop --features=cjk

maturin-build:
build:
poetry run maturin build -i python --release --features=cjk

.PHONY: tests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lindera"
version = "0.38.1"
version = "0.38.2"
description = ""
authors = ["Minoru Osuka <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f66cfdb

Please sign in to comment.