diff --git a/GPy/__version__.py b/GPy/__version__.py index e0ebe2b0..1d16920c 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.10" +__version__ = "0.8.11" diff --git a/setup.cfg b/setup.cfg index edf0e1ed..893e08f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.10 +current_version = 0.8.11 tag = True commit = True