From caa962069d189371e6aba6f19e03dc32075e18b2 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Thu, 3 Dec 2015 08:48:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.3=20=E2=86=92=200.9.4?= 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 c5981731..e94731c0 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.9.3" +__version__ = "0.9.4" diff --git a/setup.cfg b/setup.cfg index f3b0fa1f..0b515a11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.3 +current_version = 0.9.4 tag = True commit = True