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.