From 996cd361a2d30c9cca0db7b6879f3ac2c27766e1 Mon Sep 17 00:00:00 2001 From: Natesh Bhat Date: Fri, 27 Sep 2024 06:30:24 +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 588501d..601ac64 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='pyttsx3', packages=['pyttsx3', 'pyttsx3.drivers'], - version='2.97', + version='2.98', description='Text to Speech (TTS) library for Python 3. Works without internet connection or delay. Supports multiple TTS engines, including Sapi5, nsss, and espeak.', long_description=long_description, summary='Offline Text to Speech library with multi-engine support',