Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
eternnoir committed Sep 9, 2015
1 parent bb0d028 commit 2d0c54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def readme():
return f.read()

setup(name='pyTelegramBotAPI',
version='0.3.3',
version='0.3.4',
description='Python Telegram bot api. ',
long_description=readme(),
author='eternnoir',
Expand Down

0 comments on commit 2d0c54a

Please sign in to comment.