From 3c35ef5e56a7df054a798eee8b09aa2a8667f090 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Thu, 12 Nov 2015 11:57:14 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.22=20=E2=86=92=200.8.23?= 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 b30c463d..ec4f946c 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.22" +__version__ = "0.8.23" diff --git a/setup.cfg b/setup.cfg index 6381f150..7ba2a4b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.22 +current_version = 0.8.23 tag = True commit = True