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",