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',