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

Update Version 0.1.9

Change log:
- Support python3
- ReplyKeyboardHide
- Message support contact
This commit is contained in:
eternnoir 2015-07-02 11:30:45 +08:00
parent 1fdf8bd570
commit 1e221433f0

View File

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