diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-14 22:41:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-14 22:41:23 +0000 |
commit | 9c76d78ea13deee85fe7cde6f45cdcac8de04c25 (patch) | |
tree | a5d3db36d4263372e964be3a4d5e4db1b30f6ba1 /math/py-bayesian-optimization/Makefile | |
parent | Update to 1.13.0 (diff) |
Update to 1.0.1
Changes: https://github.com/fmfn/BayesianOptimization/releases
Notes
Notes:
svn path=/head/; revision=492948
Diffstat (limited to 'math/py-bayesian-optimization/Makefile')
-rw-r--r-- | math/py-bayesian-optimization/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-bayesian-optimization/Makefile b/math/py-bayesian-optimization/Makefile index 58c3ecceaab1..2716e3bad770 100644 --- a/math/py-bayesian-optimization/Makefile +++ b/math/py-bayesian-optimization/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bayesian-optimization -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |