1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update Version.

Change log:
- Bug fix. Python3 can not send file by string bug.
This commit is contained in:
eternnoir 2015-07-17 09:37:10 +08:00
parent 621b191e8d
commit dbeec88ddf

View File

@ -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',