diff --git a/GPy/__version__.py b/GPy/__version__.py index cb4382b8..07508a60 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.12" +__version__ = "0.8.13" diff --git a/setup.cfg b/setup.cfg index a7405546..3f0b0e09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.12 +current_version = 0.8.13 tag = True commit = True