From d69136a797028e3b9d6420898c8547dcf1dce355 Mon Sep 17 00:00:00 2001 From: Natesh M Bhat Date: Fri, 27 Mar 2020 09:29:47 +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 7966f09..59ccacb 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='pyttsx3', packages=['pyttsx3', 'pyttsx3.drivers'], - version='2.86', + version='2.87', description='Text to Speech (TTS) library for Python 2 and 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',