diff --git a/GPy/__version__.py b/GPy/__version__.py index d69d16e9..a2fecb45 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.9.1" +__version__ = "0.9.2" diff --git a/setup.cfg b/setup.cfg index 3bd43718..dabe9ec6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.1 +current_version = 0.9.2 tag = True commit = True