Bump version.

This commit is contained in:
eternnoir 2020-07-06 00:37:17 +08:00
parent e9f925e14c
commit f42ec4fe0d
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.1',
version='3.7.2',
description='Python Telegram bot api. ',
long_description=read('README.md'),
long_description_content_type="text/markdown",