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

Update version.

Change log:
- new method: register_for_reply
- Added a warning to send_message to not exceed 5000 characters per message.
This commit is contained in:
eternnoir 2015-07-30 09:06:41 +08:00
parent 740090640a
commit 8f13b636ed

View File

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