Skip to content

Commit 2d0c54a

Browse files
committed
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
1 parent bb0d028 commit 2d0c54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def readme():
66
return f.read()
77

88
setup(name='pyTelegramBotAPI',
9-
version='0.3.3',
9+
version='0.3.4',
1010
description='Python Telegram bot api. ',
1111
long_description=readme(),
1212
author='eternnoir',

0 commit comments

Comments
 (0)