diff --git a/GPy/__version__.py b/GPy/__version__.py index 8088f751..deded324 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.8.2" diff --git a/setup.cfg b/setup.cfg index 3f97bf00..5fb9212e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 tag = True commit = True