From 9997002bdda87e8a48a55d75387d05b6c1b0cb10 Mon Sep 17 00:00:00 2001 From: manmay nakhashi Date: Wed, 18 Oct 2023 21:32:07 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",