Skip to content

Commit

Permalink
Merge pull request #72 from himkt/bumpup
Browse files Browse the repository at this point in the history
Bump up version to v4.1.0
  • Loading branch information
himkt authored May 3, 2020
2 parents bbff1b8 + 49185a0 commit cf88e68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion konoha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from konoha.word_tokenizer import WordTokenizer # NOQA


__version__ = "4.0.0"
__version__ = "4.1.0"
7 changes: 4 additions & 3 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "konoha"
version = "4.0.0"
version = "4.1.0"
description = "A tiny sentence/word tokenizer for Japanese text written in Python"
authors = ["himkt <himkt@cookpad.com>"]
authors = ["himkt <himkt@klis.tsukuba.ac.jp>"]

[tool.poetry.dependencies]
python = "^3.6.1"
Expand Down

0 comments on commit cf88e68

Please sign in to comment.