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

Version change.

Change log:
- Fix venue's location not dejson to Location object.
This commit is contained in:
eternnoir 2016-09-17 07:49:05 +08:00
parent a5ed76018d
commit acdc2058c5

View File

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