Bump to 0.8.2 (#117)

This commit is contained in:
hexgrad
2025-02-27 07:22:30 -08:00
committed by GitHub
parent ece280bdcd
commit b15ef354b2
2 changed files with 3 additions and 3 deletions

View File

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