From 48433e4016edb1c6e78c8fdf97d90d73c04b1036 Mon Sep 17 00:00:00 2001 From: rsteca Date: Wed, 12 Oct 2016 10:56:10 -0300 Subject: [PATCH] new version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',