Skip to content

Commit

Permalink
Merge pull request #62 from himkt/release-v4
Browse files Browse the repository at this point in the history
Bump up version to 4.0.0
  • Loading branch information
himkt authored Jan 15, 2020
2 parents a88964e + 9e092f6 commit 1a53f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion konoha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .sentence_tokenizer import SentenceTokenizer # NOQA
from .word_tokenizer import WordTokenizer # NOQA

__version__ = "3.1.0"
__version__ = "4.0.0"
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 = "konoha"
version = "1.0.0"
version = "4.0.0"
description = "A tiny sentence/word tokenizer for Japanese text written in Python"
authors = ["himkt <himkt@cookpad.com>"]

Expand Down

0 comments on commit 1a53f23

Please sign in to comment.