Update version to 3.6.7,

This commit is contained in:
Frank Wang 2020-01-14 16:33:05 +08:00
parent b1e5d00821
commit 583021d114
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.6',
version='3.6.7',
description='Python Telegram bot api. ',
long_description=read('README.md'),
long_description_content_type="text/markdown",