From dbeec88ddf1be9f543d199bf25abf47be6a4635f Mon Sep 17 00:00:00 2001 From: eternnoir Date: Fri, 17 Jul 2015 09:37:10 +0800 Subject: [PATCH] Update Version. Change log: - Bug fix. Python3 can not send file by string bug. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47ba99f..4494420 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup(name='pyTelegramBotAPI', - version='0.2.4', + version='0.2.5', description='Python Telegram bot api. ', author='eternnoir', author_email='eternnoir@gmail.com',