diff --git a/setup.py b/setup.py index 6170cfe..eb9fd0c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="TorToiSe", packages=setuptools.find_packages(), - version="2.8.0", + version="3.0.0", author="James Betker", author_email="james@adamant.ai", description="A high quality multi-voice text-to-speech library",