Update version.

Change log:
- Fix #314
This commit is contained in:
eternnoir 2017-05-30 17:19:03 +08:00
parent 777a3afaaa
commit d6aaf0716a
1 changed files with 1 additions and 1 deletions

View File

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