Skip to content

Commit

Permalink
Merge branch 'master' of github.com:parente/pyttsx
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed May 21, 2011
2 parents 3fe2d0d + e0ffd5d commit 3d13e83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyc
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
from setuptools import setup, find_packages

setup(name='pyttsx',
version='1.0',
version='1.1',
description='pyttsx - cross platform text-to-speech',
long_description='pyttsx is a Python package supporting common text-to-speech engines on Mac OS X, Windows, and Linux.',
author='Peter Parente',
author_email='[email protected]',
url='https://launchpad.net/pyttsx',
url='https://github.com/parente/pyttsx',
download_url='http://pypi.python.org/pypi/pyttsx',
license='BSD License',
packages=['pyttsx', 'pyttsx.drivers']
Expand Down

0 comments on commit 3d13e83

Please sign in to comment.