Update version.

* Fix python 3.7 async
This commit is contained in:
eternnoir 2018-07-31 08:58:04 +08:00
parent 5c199bd246
commit 7061091c1c
1 changed files with 1 additions and 1 deletions

View File

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