From fdc796c54339d615edddad5fea868bf97a8e6bc1 Mon Sep 17 00:00:00 2001 From: Evan Hubinger Date: Sat, 16 Mar 2019 02:55:36 -0700 Subject: [PATCH] Bump minor version --- bbopt-source/constants.coco | 2 +- bbopt/constants.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bbopt-source/constants.coco b/bbopt-source/constants.coco index 333a28a..864fa18 100644 --- a/bbopt-source/constants.coco +++ b/bbopt-source/constants.coco @@ -5,7 +5,7 @@ Constants for use across all of BBopt. # Installation constants: name = "bbopt" -version = "1.0.5" +version = "1.1.0" description = "The easiest hyperparameter optimization you'll ever do." long_description = """ See BBopt's GitHub_ for more information. diff --git a/bbopt/constants.py b/bbopt/constants.py index 4ed0e00..4bedef6 100644 --- a/bbopt/constants.py +++ b/bbopt/constants.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# __coconut_hash__ = 0x22ff96b8 +# __coconut_hash__ = 0xbedc2e38 # Compiled with Coconut version 1.4.0-post_dev23 [Ernest Scribbler] @@ -29,7 +29,7 @@ # Installation constants: name = "bbopt" -version = "1.0.5" +version = "1.1.0" description = "The easiest hyperparameter optimization you'll ever do." long_description = """ See BBopt's GitHub_ for more information.