Update version.

This commit is contained in:
eternnoir 2018-09-07 16:02:03 +08:00
parent 07b82dc9b0
commit 2c57c5c01c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def read(filename):
return file.read()
setup(name='pyTelegramBotAPI',
version='3.6.5',
version='3.6.6',
description='Python Telegram bot api. ',
long_description=read('README.md'),
long_description_content_type="text/markdown",