diff --git a/GPy/__version__.py b/GPy/__version__.py index f5b77301..a25765c3 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.9.7" +__version__ = "0.9.8" diff --git a/setup.cfg b/setup.cfg index 188a6bab..ea0e9859 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.7 +current_version = 0.9.8 tag = True commit = True