From 60a7595b723f75b2ab04e29f0074b2c194262d8c Mon Sep 17 00:00:00 2001 From: eternnoir Date: Thu, 23 Jul 2015 09:17:17 +0800 Subject: [PATCH] Update version. Change log: - Fix regexp handler bug. - Fix python3 Exception message attribute not found. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87f9b3a..29495be 100644 --- a/setup.py +++ b/setup.py @@ -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',