diff --git a/GPy/__version__.py b/GPy/__version__.py index 5b8489ce..b30c463d 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.21" +__version__ = "0.8.22" diff --git a/setup.cfg b/setup.cfg index afaa902e..6381f150 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.21 +current_version = 0.8.22 tag = True commit = True