diff --git a/GPy/__version__.py b/GPy/__version__.py index 846679f4..8aa65d9c 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.15" +__version__ = "0.8.16" diff --git a/setup.cfg b/setup.cfg index 3e64bdd1..4c016a75 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.15 +current_version = 0.8.16 tag = True commit = True