From cd057750fb839ae1f5951f5dea82c828eadcffb8 Mon Sep 17 00:00:00 2001 From: chandralegend Date: Sun, 11 Aug 2024 08:46:53 +0530 Subject: [PATCH] chore: Bump multi-tokenizer version to 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1a8d2b..30f2ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "multi-tokenizer" -version = "0.1.3" +version = "0.1.4" description = "Python package that provides tokenization of multilingual texts using language-specific tokenizers" authors = ["chandralegend "] license = "MIT"