mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update version.
This commit is contained in:
parent
cd0b85c03c
commit
3ab248ad9e
@ -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.)
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user