Fix new chat members.

This commit is contained in:
eternnoir
2017-07-02 21:24:19 +08:00
parent 4979589faf
commit 0632cfb9b0
2 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ def readme():
return f.read()
setup(name='pyTelegramBotAPI',
version='3.1.0',
version='3.1.1',
description='Python Telegram bot api. ',
long_description=readme(),
author='eternnoir',