From 799c5d261a9507e984e857a0c05ffe8fcc23ce29 Mon Sep 17 00:00:00 2001 From: Roberts Slisans Date: Wed, 19 Jul 2023 10:48:52 +0300 Subject: [PATCH] bump minor version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a9044a..ad24cea 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.4.2", + version="2.5.0", author="James Betker", author_email="james@adamant.ai", description="A high quality multi-voice text-to-speech library",