diff --git a/GPy/__version__.py b/GPy/__version__.py index 3f54ecf4..153ef4e6 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.24" +__version__ = "0.8.25" diff --git a/setup.cfg b/setup.cfg index f2b8f52d..87213a28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.24 +current_version = 0.8.25 tag = True commit = True