Bump to 0.8.3 (#119)

This commit is contained in:
hexgrad
2025-02-28 18:05:27 -08:00
committed by GitHub
parent c87df60d4c
commit 790ecc9c83
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
__version__ = '0.8.2'
__version__ = '0.8.3'
from loguru import logger
import sys

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "kokoro"
version = "0.8.2"
version = "0.8.3"
description = "TTS"
readme = "README.md"
authors = [
@@ -20,7 +20,7 @@ requires-python = ">=3.10, <3.13"
dependencies = [
"huggingface_hub",
"loguru",
"misaki[en]>=0.8.2",
"misaki[en]>=0.8.3",
"numpy==1.26.4",
"scipy",
"torch",