diff --git a/GPy/__version__.py b/GPy/__version__.py index 6b340d29..31404729 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.19" +__version__ = "0.8.20" diff --git a/setup.cfg b/setup.cfg index c4087d84..8d3c5578 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.19 +current_version = 0.8.20 tag = True commit = True