diff --git a/README.md b/README.md index a3ba97f..f0abd3d 100644 --- a/README.md +++ b/README.md @@ -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.) diff --git a/setup.py b/setup.py index 7801bfd..d09e86b 100644 --- a/setup.py +++ b/setup.py @@ -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',