From d3645adbbeb3accff1affee3f2df4b8a7fad13c1 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Thu, 10 Sep 2015 08:19:17 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.2=20=E2=86=92=200.8.3?= 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 deded324..732155f8 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.8.2" +__version__ = "0.8.3" diff --git a/setup.cfg b/setup.cfg index 70776c3d..a695b3c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.2 +current_version = 0.8.3 tag = True commit = True @@ -7,3 +7,4 @@ commit = True [bdist_wheel] universal = 1 +