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

Updare version.

Change log:
- add none_stop flag to avoid polling stop.
This commit is contained in:
eternnoir 2015-07-13 19:33:07 +08:00
parent bded9e021d
commit 0ee4fc8528

View File

@ -2,7 +2,7 @@
from setuptools import setup from setuptools import setup
setup(name='pyTelegramBotAPI', setup(name='pyTelegramBotAPI',
version='0.2.2', version='0.2.3',
description='Python Telegram bot api. ', description='Python Telegram bot api. ',
author='eternnoir', author='eternnoir',
author_email='eternnoir@gmail.com', author_email='eternnoir@gmail.com',