diff --git a/GPy/__version__.py b/GPy/__version__.py index e94731c0..f8c6ac7f 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.9.4" +__version__ = "0.9.5" diff --git a/setup.cfg b/setup.cfg index 0b515a11..c8c61b7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.4 +current_version = 0.9.5 tag = True commit = True