Skip to content

Commit 0b83598

Browse files
committed
updating setup.py
1 parent 6330171 commit 0b83598

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
@@ -1,10 +1,10 @@
11
from setuptools import setup
22

33
setup(name='Boruta',
4-
version='0.1.3',
4+
version='0.1.4',
55
description='Python Implementation of Boruta Feature Selection',
66
url='https://github.com/danielhomola/boruta_py',
7-
download_url='https://github.com/danielhomola/boruta_py/tarball/0.1.3',
7+
download_url='https://github.com/danielhomola/boruta_py/tarball/0.1.4',
88
author='Daniel Homola',
99
author_email='[email protected]',
1010
license='BSD 3 clause',

0 commit comments

Comments
 (0)