From b63af98f1fe86d9c065227e113c7da7f19163ad5 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 1 Apr 2016 15:46:10 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.8=20=E2=86=92=201.0.0?= 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 a25765c3..5becc17c 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "0.9.8" +__version__ = "1.0.0" diff --git a/setup.cfg b/setup.cfg index ea0e9859..d0e250d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.8 +current_version = 1.0.0 tag = True commit = True