From fa5ff203eac878fc0ed5fef873f98749a23361b9 Mon Sep 17 00:00:00 2001 From: himkt Date: Sat, 7 Jan 2023 21:10:22 +0900 Subject: [PATCH] Bump konoha --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f6930e..39abcce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 119 [tool.poetry] name = "konoha" -version = "5.3.0" +version = "5.4.0" description = "A tiny sentence/word tokenizer for Japanese text written in Python" authors = ["himkt "] readme = "README.md"