From 3d570b559d115f1f4daf1b86cec33d47f548cbf8 Mon Sep 17 00:00:00 2001 From: florianwetschoreck Date: Mon, 11 Jan 2021 10:04:04 +0100 Subject: [PATCH] 1.2.0 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 519f651..10a8822 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ pip install -U ppscore ## Getting started -> The examples refer to the newest version (1.1.0) of ppscore. [See changes](https://github.com/8080labs/ppscore/blob/master/CHANGELOG.md) +> The examples refer to the newest version (1.2.0) of ppscore. [See changes](https://github.com/8080labs/ppscore/blob/master/CHANGELOG.md) First, let's create some data: diff --git a/setup.cfg b/setup.cfg index f30e846..ff5366b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = ppscore -version = 1.1.0 +version = 1.2.0 description = Python implementation of the Predictive Power Score (PPS) author = 8080 Labs, Florian Wetschoreck, Tobias Krabel author-email = info@8080labs.com