diff --git a/setup.py b/setup.py index 0fec122..8606778 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ from setuptools import setup setup(name='pyTelegramBotAPI', - version='0.3.0', + version='0.3.1', description='Python Telegram bot api. ', author='eternnoir', author_email='eternnoir@gmail.com', url='https://github.com/eternnoir/pyTelegramBotAPI', packages=['telebot'], license='GPL2', - keywords='tools', + keywords='telegram bot api tools', install_requires=['pytest', 'requests', 'six'], classifiers=[ 'Development Status :: 5 - Production/Stable',