From 839ce446f318cf8c313a00c50bf20c42b2295565 Mon Sep 17 00:00:00 2001 From: himkt Date: Tue, 20 Feb 2024 21:37:06 +0900 Subject: [PATCH] misc: bump konoha (#207) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0c803b..6762d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 119 [tool.poetry] name = "konoha" -version = "5.5.4" +version = "5.5.5" description = "A tiny sentence/word tokenizer for Japanese text written in Python" authors = ["himkt "] readme = "README.md"