Updare version.

Change log:
- fix mime_type syntax error.
This commit is contained in:
eternnoir 2015-08-14 15:39:37 +08:00
parent f06bec1a44
commit 57ed31da71
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
from setuptools import setup
setup(name='pyTelegramBotAPI',
version='0.2.9',
version='0.3.0',
description='Python Telegram bot api. ',
author='eternnoir',
author_email='eternnoir@gmail.com',
@ -12,7 +12,7 @@ setup(name='pyTelegramBotAPI',
keywords='tools',
install_requires=['pytest', 'requests', 'six'],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',