From a20f93850dbd009447de1979dc14153d028ae0b7 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Wed, 11 May 2016 15:02:53 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.8=20=E2=86=92=201.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GPy/__version__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GPy/__version__.py b/GPy/__version__.py index e13bd590..39e0411d 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "1.0.8" +__version__ = "1.0.9" diff --git a/setup.cfg b/setup.cfg index 510a146c..0f00211e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.8 +current_version = 1.0.9 tag = False commit = True