From 850708f5cca97fa4b4a79f4b1f3cc555d928b60d Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Wed, 9 Sep 2015 13:23:56 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GPy/__version__.py | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GPy/__version__.py b/GPy/__version__.py index 777f190d..8088f751 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.0" +__version__ = "0.8.1" diff --git a/setup.cfg b/setup.cfg index 5c2a81c0..3f97bf00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 tag = True commit = True [bumpversion:file:GPy/__version__.py] +