diff --git a/GPy/__version__.py b/GPy/__version__.py index 92192eed..68cdeee4 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "1.0.4" +__version__ = "1.0.5" diff --git a/setup.cfg b/setup.cfg index bf387efe..b38dbc60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 tag = False commit = True