mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update version
Change log: * send_message add parse_mode parameter support. * Add get_updates method to telebot class. * Remove time.sleep() from polling method. Use optional * block parameter
This commit is contained in:
parent
bb0d028750
commit
2d0c54a7f2
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.3',
|
version='0.3.4',
|
||||||
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