1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Bump version. 3.7.0

This commit is contained in:
FrankWang 2020-04-28 19:18:44 +08:00 committed by GitHub
parent c2590ab5ed
commit 57fb8d2fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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