From 191cf82c0f1f68726c2564be43d306d183021f80 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 30 Nov 2015 18:58:26 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.2=20=E2=86=92=200.9.3?= 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 a2fecb45..c5981731 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.9.2" +__version__ = "0.9.3" diff --git a/setup.cfg b/setup.cfg index dabe9ec6..f3b0fa1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.2 +current_version = 0.9.3 tag = True commit = True