Skip to content

Commit c78be84

Browse files
committed
Update version.
1 parent ae372e1 commit c78be84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
setup(name='pyTelegramBotAPI',
5-
version='0.1.9',
5+
version='0.2.0',
66
description='Python Telegram bot api. ',
77
author='eternnoir',
88
author_email='[email protected]',
@@ -12,7 +12,7 @@
1212
keywords='tools',
1313
install_requires=['pytest', 'requests'],
1414
classifiers=[
15-
'Development Status :: 3 - Alpha',
15+
'Development Status :: 4 - Beta',
1616
'Programming Language :: Python :: 2',
1717
'Programming Language :: Python :: 2.6',
1818
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)