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

Commit 7289231

Browse files
committed
New release 2.0.1
1 parent 29eb742 commit 7289231

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
with open('HISTORY.rst') as history:
55
long_description = readme.read() + '\n\n' + history.read()
66

7+
VERSION = '2.0.1'
8+
79
setup(
810
install_requires=['requests'],
911
name='python-telegram-handler',
10-
version='2.0',
12+
version=VERSION,
1113
packages=['telegram_handler'],
1214
url='https://github.com/sashgorokhov/python-telegram-handler',
13-
download_url='https://github.com/sashgorokhov/python-telegram-handler/archive/master.zip',
15+
download_url='https://github.com/sashgorokhov/python-telegram-handler/archive/v%s.zip' % VERSION,
1416
keywords=['telegram', 'logging', 'handler', 'bot'],
1517
classifiers=[
1618
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)