Update version.

Change log:
- Fix regexp handler bug.
- Fix python3 Exception message attribute not found.
This commit is contained in:
eternnoir 2015-07-23 09:17:17 +08:00
parent 893b414e33
commit 60a7595b72
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
from setuptools import setup
setup(name='pyTelegramBotAPI',
version='0.2.6.1',
version='0.2.7',
description='Python Telegram bot api. ',
author='eternnoir',
author_email='eternnoir@gmail.com',