diff --git a/GPy/__version__.py b/GPy/__version__.py index 382021f3..9e604c04 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "1.0.6" +__version__ = "1.0.7" diff --git a/setup.cfg b/setup.cfg index fb1fb0f5..04d1f5ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.0.7 tag = False commit = True @@ -10,3 +10,4 @@ universal = 1 [upload_docs] upload-dir = doc/build/html +