Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nateshmbhat committed Sep 14, 2024
1 parent 1544248 commit 8d9ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8d9ea9c

Please sign in to comment.