diff --git a/GPy/__version__.py b/GPy/__version__.py index 465be857..d43ea7b8 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.27" +__version__ = "0.8.28" diff --git a/setup.cfg b/setup.cfg index 479246cb..05cfbfeb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.27 +current_version = 0.8.28 tag = True commit = True