From a00c8bc4b57d5cb03a56a7292c72c77a18e6a7da Mon Sep 17 00:00:00 2001 From: azrdev Date: Mon, 28 Oct 2019 13:09:40 +0100 Subject: [PATCH] release v1.0 --- README.md | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daf0446..20a764a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ sklearn_seco aims to be It was developed as a masters thesis at the [*Knowledge Engineering Group* at TU Darmstadt](https://www.ke.tu-darmstadt.de/), -under supervision of Johannes Fürnkranz. +under supervision of Prof. Johannes Fürnkranz. Check the thesis document (see the [releases page](https://github.com/azrdev/sklearn-seco/releases)) for +additional documentation, including evaluation plots. ## Testing / Evaluation diff --git a/setup.py b/setup.py index 1f3d051..ff364ab 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='sklearn_seco', - version='0.0', + version='1.0', packages=setuptools.find_packages(), url='https://github.com/azrdev/sklearn-seco', license='BSD',