Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
New release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sashgorokhov committed Mar 7, 2017
1 parent 29eb742 commit 7289231
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
with open('HISTORY.rst') as history:
long_description = readme.read() + '\n\n' + history.read()

VERSION = '2.0.1'

setup(
install_requires=['requests'],
name='python-telegram-handler',
version='2.0',
version=VERSION,
packages=['telegram_handler'],
url='https://github.com/sashgorokhov/python-telegram-handler',
download_url='https://github.com/sashgorokhov/python-telegram-handler/archive/master.zip',
download_url='https://github.com/sashgorokhov/python-telegram-handler/archive/v%s.zip' % VERSION,
keywords=['telegram', 'logging', 'handler', 'bot'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 7289231

Please sign in to comment.