Update Version.

This commit is contained in:
eternnoir 2015-07-09 10:38:35 +08:00
parent f6a0037f8d
commit 2e1143e3d8
2 changed files with 6 additions and 14 deletions

View File

@ -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

View File

@ -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',