Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Sep 15, 2022
1 parent 3c03038 commit 429d33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bunkai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from bunkai.algorithm.bunkai_sbd.bunkai_sbd import BunkaiSentenceBoundaryDisambiguation as Bunkai

__all__ = ["Bunkai"]
__version_info__ = (1, 5, 4)
__version_info__ = (1, 5, 5)
__version__ = ".".join(map(str, __version_info__))
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 = "bunkai"
version = "1.5.4"
version = "1.5.5"
description = "Sentence boundary disambiguation tool for Japanese texts"
authors = ["Yuta Hayashibe <[email protected]>", "Kensuke Mitsuzawa <[email protected]>"]
maintainers = ["Yuta Hayashibe <[email protected]>", "Kensuke Mitsuzawa <[email protected]>"]
Expand Down

0 comments on commit 429d33a

Please sign in to comment.