Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Apr 14, 2022
1 parent eef203f commit bfe74c1
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, 1)
__version_info__ = (1, 5, 2)
__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.1"
version = "1.5.2"
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 bfe74c1

Please sign in to comment.