From 2047b04a4c590a8efdd77b3f52e3f1d15d5b8ca2 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Wed, 22 Jul 2015 14:49:52 +0800 Subject: [PATCH] Update vsesion. Bug fix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edb3970..87f9b3a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup(name='pyTelegramBotAPI', - version='0.2.6', + version='0.2.6.1', description='Python Telegram bot api. ', author='eternnoir', author_email='eternnoir@gmail.com',