From 2e1143e3d8781cac530a6a1bbe6811dac2195617 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Thu, 9 Jul 2015 10:38:35 +0800 Subject: [PATCH] Update Version. --- README.md | 18 +++++------------- setup.py | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 0536444..cdae776 100644 --- a/README.md +++ b/README.md @@ -223,17 +223,9 @@ while True: # Don't end the main thread. ``` Use whichever mechanism fits your purpose! It is even possible to mix and match. -## TODO +## Examples + +* [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) + -- [x] getMe -- [x] sendMessage -- [x] forwardMessage -- [x] sendPhoto -- [x] sendAudio -- [x] sendDocument -- [x] sendSticker -- [x] sendVideo -- [x] sendLocation -- [x] sendChatAction -- [x] getUserProfilePhotos -- [x] getUpdate diff --git a/setup.py b/setup.py index fbd9e43..c99a9bf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup(name='pyTelegramBotAPI', - version='0.2.1', + version='0.2.2', description='Python Telegram bot api. ', author='eternnoir', author_email='eternnoir@gmail.com',