From 98f126d2499316337db7d09feb4f0daebaa2b0bb Mon Sep 17 00:00:00 2001 From: eternnoir Date: Sat, 1 Aug 2015 10:20:41 +0800 Subject: [PATCH] Update Version. Change log: - Some API method change. - next_step_handler supported. #56 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b675b2a..5c3aa5d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index 758d7ef..5ede366 100644 --- a/setup.py +++ b/setup.py @@ -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',