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

Version update.

Chnage log:
- Fix InlineQueryResultGame's reply_makrup bug.
- Remove type param from InlineQueryResultGame contractor.
This commit is contained in:
eternnoir 2016-11-01 01:23:51 +08:00
parent 2455d7013c
commit bf6634bc36

View File

@ -7,7 +7,7 @@ def readme():
return f.read()
setup(name='pyTelegramBotAPI',
version='2.2.2',
version='2.2.3',
description='Python Telegram bot api. ',
long_description=readme(),
author='eternnoir',