From 32f1172f48ab79b53347c22ab5d8a8bac4ef3a2c Mon Sep 17 00:00:00 2001 From: himkt Date: Fri, 12 Jan 2024 08:02:36 +0900 Subject: [PATCH] chore: bump konoha (5.5.0) (#180) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6e2bb8..b4c9b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 119 [tool.poetry] name = "konoha" -version = "5.4.0" +version = "5.5.0" description = "A tiny sentence/word tokenizer for Japanese text written in Python" authors = ["himkt "] readme = "README.md"