Remove emojis #28 and bump to 0.3.2 (#29)

This commit is contained in:
hexgrad
2025-01-31 10:14:14 -08:00
committed by GitHub
parent e74290bf5a
commit 396766a5b0
3 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='kokoro',
version='0.3.1',
version='0.3.2',
packages=find_packages(),
install_requires=[
'huggingface_hub',