From ae1d40cfa62452882d5c0b3042e73589bc1b6a1a Mon Sep 17 00:00:00 2001 From: Russell-Day <105470339+Russell-Day@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:11:38 -0500 Subject: [PATCH] Bump version from 0.1.0 to 0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2d1e5c..01f26bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kittentts" -version = "0.1.0" +version = "0.8.0" description = "Ultra-lightweight text-to-speech model with just 15 million parameters" readme = "README.md" requires-python = ">=3.8"