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
1 changed files with 1 additions and 1 deletions

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