diff --git a/GPy/__version__.py b/GPy/__version__.py index 7863915fa..976498ab9 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3" diff --git a/setup.cfg b/setup.cfg index a383a0601..0d66c052c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 tag = False commit = True