We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae372e1 commit c78be84Copy full SHA for c78be84
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
setup(name='pyTelegramBotAPI',
5
- version='0.1.9',
+ version='0.2.0',
6
description='Python Telegram bot api. ',
7
author='eternnoir',
8
author_email='[email protected]',
@@ -12,7 +12,7 @@
12
keywords='tools',
13
install_requires=['pytest', 'requests'],
14
classifiers=[
15
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
16
'Programming Language :: Python :: 2',
17
'Programming Language :: Python :: 2.6',
18
'Programming Language :: Python :: 2.7',
0 commit comments