Update version.

Change log:
- Hotfix handler lambda bug.
This commit is contained in:
eternnoir 2015-09-10 21:51:51 +08:00
parent a8fccdbeb3
commit 07c28830db
1 changed files with 1 additions and 1 deletions

View File

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