k I think this works..

This commit is contained in:
James Betker 2022-05-02 21:31:31 -06:00
parent e4003d1df8
commit 8c7f709c12
2 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup( setuptools.setup(
name="TorToiSe", name="TorToiSe",
packages=["tortoise", "tortoise/models", "tortoise/utils"], packages=setuptools.find_packages(),
version="2.1.1", version="2.1.3",
author="James Betker", author="James Betker",
author_email="james@adamant.ai", author_email="james@adamant.ai",
description="A high quality multi-voice text-to-speech library", description="A high quality multi-voice text-to-speech library",

View File