From 7bf215100fd647943059f808cf77f8ca60eb72cb Mon Sep 17 00:00:00 2001 From: Qubitium-ModelCloud Date: Wed, 15 Apr 2026 19:41:10 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b171af..f3132d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ build-backend = "setuptools.build_meta" [project] name = "TokeNicer" -version = "0.0.12" +version = "0.0.13" description = "A (nicer) tokenizer you want to use for model `inference` and `training`: with all known peventable `gotchas` normalized or auto-fixed." readme = "README.md" requires-python = ">=3"