Skip to content

Commit

Permalink
updated to 2.8version after merging pull request that implements save…
Browse files Browse the repository at this point in the history
…_to_file in linux
  • Loading branch information
nateshmbhat committed Jan 23, 2020
1 parent 9b7a9dd commit 3b993e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
clean:
rm -rf dist/
rm -rf build/
build:
pip3 install wheel
python3 setup.py bdist_wheel
upload:
pip3 install twine
python3 -m twine upload dist/*.whl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
setup(
name='pyttsx3',
packages=['pyttsx3', 'pyttsx3.drivers'],
version='2.71',
version='2.8',
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',
Expand Down

0 comments on commit 3b993e4

Please sign in to comment.