1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update version.

Change log:
- Fix #314
This commit is contained in:
eternnoir 2017-05-30 17:19:03 +08:00
parent 777a3afaaa
commit d6aaf0716a

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',