From b4aeb822cbc3937233c293d4ff17b5fec9bc8f82 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Tue, 5 Apr 2016 11:24:44 +0100 Subject: [PATCH 1/2] [readme] now supporting 2.7, 3.4 and above --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f10eff..c81ef5da 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If that is the case, it is best to clean the repo and reinstall. [](http://www.apple.com/osx/) [](https://en.wikipedia.org/wiki/List_of_Linux_distributions) -Python 2.7, 3.3 and higher +Python 2.7, 3.4 and higher ## Citation From 7a998920d036a3556c7eb7616b6d54a5a48abe88 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Tue, 5 Apr 2016 13:48:49 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=201.0.2=20=E2=86=92=201.0.3?= 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 7863915f..976498ab 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3" diff --git a/setup.cfg b/setup.cfg index a383a060..0d66c052 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 tag = False commit = True