diff --git a/GPy/__version__.py b/GPy/__version__.py index 976498ab..92192eed 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "1.0.3" +__version__ = "1.0.4" diff --git a/setup.cfg b/setup.cfg index 0d66c052..bf387efe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.0.4 tag = False commit = True