From 3ab248ad9ea3f533ebb812670cdcbe587f240b87 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Sat, 27 Jun 2015 22:15:59 +0800 Subject: [PATCH] Update version. --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',