From ceec7448edc8090745d1b26d316aa2145fe65500 Mon Sep 17 00:00:00 2001 From: rodrigo Date: Sat, 21 Oct 2017 19:31:02 -0300 Subject: [PATCH] version bump --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3f8975b..73d924b 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='sklearn-deap', - version='0.2.1', + version='0.2.2', 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.2.1', + download_url='https://github.com/rsteca/sklearn-deap/tarball/0.2.2', classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 2',