From 4e789babc2ff5077d5185bb4c85e46bdb3008803 Mon Sep 17 00:00:00 2001 From: Dewan Shakil Date: Thu, 21 May 2026 17:32:22 +0530 Subject: [PATCH] Align package version metadata --- kittentts/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kittentts/__init__.py b/kittentts/__init__.py index 6c39e74..6170bb4 100644 --- a/kittentts/__init__.py +++ b/kittentts/__init__.py @@ -1,6 +1,6 @@ from kittentts.preprocess import NormalizedSpan, NormalizedTextResult, normalize_text, normalize_text_result -__version__ = "0.1.0" +__version__ = "0.8.1" __author__ = "KittenML" __description__ = "Ultra-lightweight text-to-speech model with just 15 million parameters" diff --git a/setup.py b/setup.py index e75e149..6e56a46 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8",