Bump to 0.8.4 (#120)

* Bump to 0.8.4

* Update README.md
This commit is contained in:
hexgrad
2025-02-28 18:49:08 -08:00
committed by GitHub
parent 790ecc9c83
commit 3f9dd88d6f
3 changed files with 4 additions and 4 deletions

View File

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