Update version 3.7.1

This commit is contained in:
eternnoir 2020-05-02 19:41:46 +08:00
parent d8a08638a7
commit 6c45511605
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.7.0',
version='3.7.1',
description='Python Telegram bot api. ',
long_description=read('README.md'),
long_description_content_type="text/markdown",