diff --git a/GPy/__version__.py b/GPy/__version__.py index f8c6ac7f..50533e30 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.9.5" +__version__ = "0.9.6" diff --git a/setup.cfg b/setup.cfg index c8c61b7b..3a2581bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.5 +current_version = 0.9.6 tag = True commit = True