diff --git a/setup.py b/setup.py index 831f5cb..5fbbf01 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='sklearn-deap', - version='0.1.4', + version='0.1.5', author='Rodrigo', author_email='', description='Use evolutionary algorithms instead of gridsearch in scikit-learn.', url='https://github.com/rsteca/sklearn-deap', - download_url='https://github.com/rsteca/sklearn-deap/tarball/0.1.4', + download_url='https://github.com/rsteca/sklearn-deap/tarball/0.1.5', classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 2',