From 22d7e2042909a8aa5ab5c0a52dc3fd05ff319493 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Wed, 11 May 2016 14:42:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.7=20=E2=86=92=201.0.8?= 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 9e604c04..e13bd590 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "1.0.7" +__version__ = "1.0.8" diff --git a/setup.cfg b/setup.cfg index 652cc7a2..510a146c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.7 +current_version = 1.0.8 tag = False commit = True