From 57ed31da71a6d64433862f8b315932c239b91a94 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Fri, 14 Aug 2015 15:39:37 +0800 Subject: [PATCH] Updare version. Change log: - fix mime_type syntax error. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5ede366..0fec122 100644 --- a/setup.py +++ b/setup.py @@ -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',