mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update version.
Change log: - Bug fix : fix race-condition for register_for_reply. - Add timeout parameter for polling method.
This commit is contained in:
parent
1c53955d5a
commit
8839f36706
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ def readme():
|
|||||||
return f.read()
|
return f.read()
|
||||||
|
|
||||||
setup(name='pyTelegramBotAPI',
|
setup(name='pyTelegramBotAPI',
|
||||||
version='0.3.6',
|
version='0.3.7',
|
||||||
description='Python Telegram bot api. ',
|
description='Python Telegram bot api. ',
|
||||||
long_description=readme(),
|
long_description=readme(),
|
||||||
author='eternnoir',
|
author='eternnoir',
|
||||||
|
Loading…
Reference in New Issue
Block a user