From 8d9ea9c1d701322233865f7fb0a46d9a4d517fc5 Mon Sep 17 00:00:00 2001 From: Natesh Bhat Date: Sat, 14 Sep 2024 20:32:08 +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 43ce49b..aa54ee4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='pyttsx3', packages=['pyttsx3', 'pyttsx3.drivers'], - version='2.92', + version='2.95', 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',