Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Jul 27, 2021
1 parent 75b55f3 commit d572cb5
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 @@ -4,5 +4,5 @@
BunkaiSentenceBoundaryDisambiguation as Bunkai

__all__ = ['Bunkai']
__version_info__ = (1, 4, 1)
__version_info__ = (1, 4, 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.4.1"
version = "1.4.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 d572cb5

Please sign in to comment.