From 0d23c449aede81c2226b52a0b81930f662c1cef0 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 27 Jan 2016 20:09:29 -0300 Subject: [PATCH] new library version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e037d6b..78162d5 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='sklearn-deap', - version='0.1.2', + version='0.1.3', 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.2', + download_url='https://github.com/rsteca/sklearn-deap/tarball/0.1.3', classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 2',