mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update version.
Change log: - New type Voice - Update audio - sendAduio - sendVoice checkout: https://core.telegram.org/bots/api-changelog 20150815
This commit is contained in:
parent
7dc1c5095a
commit
5c6de8aa04
4
setup.py
4
setup.py
@ -2,14 +2,14 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='pyTelegramBotAPI',
|
setup(name='pyTelegramBotAPI',
|
||||||
version='0.3.0',
|
version='0.3.1',
|
||||||
description='Python Telegram bot api. ',
|
description='Python Telegram bot api. ',
|
||||||
author='eternnoir',
|
author='eternnoir',
|
||||||
author_email='eternnoir@gmail.com',
|
author_email='eternnoir@gmail.com',
|
||||||
url='https://github.com/eternnoir/pyTelegramBotAPI',
|
url='https://github.com/eternnoir/pyTelegramBotAPI',
|
||||||
packages=['telebot'],
|
packages=['telebot'],
|
||||||
license='GPL2',
|
license='GPL2',
|
||||||
keywords='tools',
|
keywords='telegram bot api tools',
|
||||||
install_requires=['pytest', 'requests', 'six'],
|
install_requires=['pytest', 'requests', 'six'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
Loading…
Reference in New Issue
Block a user