diff --git a/GPy/__version__.py b/GPy/__version__.py index de77196f..686e10f8 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.6" +__version__ = "0.8.7" diff --git a/setup.cfg b/setup.cfg index 42f802dd..0e8fa05f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.6 +current_version = 0.8.7 tag = True commit = True