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

Update version.

Change log:
- Add logging.basicConfig() to avoid handler not found.
This commit is contained in:
eternnoir 2015-08-23 22:54:30 +08:00
parent 4ed7be19ad
commit f2664d8232

View File

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