Skip to content

Commit 5eb83e7

Browse files
committed
version 0.0.17 for pypi
1 parent 32b8254 commit 5eb83e7

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
@@ -10,13 +10,13 @@
1010
setup(
1111
name='dfparser',
1212
packages=find_packages(),
13-
version='0.0.16',
13+
version='0.0.17',
1414
description='Parser for dataforge-envelope (http://npm.mipt.ru/'
1515
'dataforge/) format.',
1616
author='Vasilii Chernov',
1717
author_email='[email protected]',
1818
url='https://github.com/kapot65/python-df-parser',
19-
download_url='https://github.com/kapot65/python-df-parser/archive/'
19+
download_url='https://github.com/kapot65/python-df-parser/tarball/0.0.17'
2020
'master.zip',
2121
keywords=['dataforge', 'parser'],
2222
install_requires=REQS,

0 commit comments

Comments
 (0)