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] sendSticker
- [x] sendVideo
- [ ] sendLocation
- [x] sendLocation
- [ ] sendChatAction
- [ ] getUserProfilePhotos
- [ ] getUpdates (Only text message support now.)

View File

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