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