We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6330171 commit 0b83598Copy full SHA for 0b83598
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup
2
3
setup(name='Boruta',
4
- version='0.1.3',
+ version='0.1.4',
5
description='Python Implementation of Boruta Feature Selection',
6
url='https://github.com/danielhomola/boruta_py',
7
- download_url='https://github.com/danielhomola/boruta_py/tarball/0.1.3',
+ download_url='https://github.com/danielhomola/boruta_py/tarball/0.1.4',
8
author='Daniel Homola',
9
author_email='[email protected]',
10
license='BSD 3 clause',
0 commit comments