Update Version.

Change log:
- Some API method change.
- next_step_handler supported. #56
This commit is contained in:
eternnoir 2015-08-01 10:20:41 +08:00
parent 821a63e3a7
commit 98f126d249
2 changed files with 2 additions and 2 deletions

View File

@ -270,5 +270,5 @@ Join [pyTelegramBotAPI Chat Group](https://telegram.me/joinchat/067e22c60035523f
* [Echo Bot](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/echo_bot.py)
* [Deep Linking](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/deep_linking.py)
* [next_step_handler Example](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/step_example.py)

View File

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