From f39ee98ca669a4a122ebd010b895c6adb8a47801 Mon Sep 17 00:00:00 2001 From: manmay nakhashi Date: Fri, 11 Aug 2023 21:04:43 +0530 Subject: [PATCH] bump to version 2.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45cbe30..b4357a6 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.6.0", + version="2.7.0", author="James Betker", author_email="james@adamant.ai", description="A high quality multi-voice text-to-speech library",