Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
eternnoir committed Jul 3, 2015
1 parent ae372e1 commit c78be84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

setup(name='pyTelegramBotAPI',
version='0.1.9',
version='0.2.0',
description='Python Telegram bot api. ',
author='eternnoir',
author_email='[email protected]',
Expand All @@ -12,7 +12,7 @@
keywords='tools',
install_requires=['pytest', 'requests'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit c78be84

Please sign in to comment.