diff --git a/GPy/__version__.py b/GPy/__version__.py index ec4f946c..3f54ecf4 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.23" +__version__ = "0.8.24" diff --git a/setup.cfg b/setup.cfg index 7ba2a4b4..f2b8f52d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.23 +current_version = 0.8.24 tag = True commit = True