diff --git a/GPy/__version__.py b/GPy/__version__.py index 1dae3105..ccab46fb 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.17" +__version__ = "0.8.18" diff --git a/setup.cfg b/setup.cfg index c9b9d711..15406c1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.17 +current_version = 0.8.18 tag = True commit = True