diff --git a/GPy/__version__.py b/GPy/__version__.py index d43ea7b8..b46635ce 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.28" +__version__ = "0.8.29" diff --git a/setup.cfg b/setup.cfg index 05cfbfeb..7a276b2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.28 +current_version = 0.8.29 tag = True commit = True