Skip to content

Commit 187ffac

Browse files
committed
v1.5.7
1 parent 31a1879 commit 187ffac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bunkai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from bunkai.algorithm.bunkai_sbd.bunkai_sbd import BunkaiSentenceBoundaryDisambiguation as Bunkai
44

55
__all__ = ["Bunkai"]
6-
__version_info__ = (1, 5, 5)
6+
__version_info__ = (1, 5, 7)
77
__version__ = ".".join(map(str, __version_info__))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bunkai"
3-
version = "1.5.6"
3+
version = "1.5.7"
44
description = "Sentence boundary disambiguation tool for Japanese texts"
55
authors = ["Yuta Hayashibe <[email protected]>", "Kensuke Mitsuzawa <[email protected]>"]
66
maintainers = ["Yuta Hayashibe <[email protected]>", "Kensuke Mitsuzawa <[email protected]>"]

0 commit comments

Comments
 (0)