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 55086c3 commit 25b2e37Copy full SHA for 25b2e37
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup
2
3
setup(name='Boruta',
4
- version='0.1.1',
+ version='0.1.2',
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.1',
+ download_url='https://github.com/danielhomola/boruta_py/tarball/0.1.2',
8
author='Daniel Homola',
9
author_email='[email protected]',
10
license='BSD 3 clause',
0 commit comments