From 4cf4c2d205edd0e118f4c36911ccd891a9f03688 Mon Sep 17 00:00:00 2001 From: fmfn Date: Sat, 9 Dec 2017 10:03:35 -0600 Subject: [PATCH] Update setup file for new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 233d7177a..df778b426 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author='Fernando Nogueira', author_email="fmfnogueira@gmail.com", description='Bayesian Optimization package', - download_url='https://github.com/fmfn/BayesianOptimization/tarball/0.4', + download_url='https://github.com/fmfn/BayesianOptimization/tarball/0.6', install_requires=[ "numpy >= 1.9.0", "scipy >= 0.14.0",