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

Update version.

This commit is contained in:
eternnoir 2015-06-27 22:15:59 +08:00
parent cd0b85c03c
commit 3ab248ad9e
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ tb.send_location(chat_id, lat, lon)
- [x] sendDocument - [x] sendDocument
- [x] sendSticker - [x] sendSticker
- [x] sendVideo - [x] sendVideo
- [ ] sendLocation - [x] sendLocation
- [ ] sendChatAction - [ ] sendChatAction
- [ ] getUserProfilePhotos - [ ] getUserProfilePhotos
- [ ] getUpdates (Only text message support now.) - [ ] getUpdates (Only text message support now.)

View File

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