diff --git a/GPy/__version__.py b/GPy/__version__.py index fb551e73..846679f4 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.14" +__version__ = "0.8.15" diff --git a/setup.cfg b/setup.cfg index 379421bd..3e64bdd1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.14 +current_version = 0.8.15 tag = True commit = True