From b38006b8c5d91c3145f59f98ab350ec7af8105dd Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Sat, 12 Jan 2019 18:04:00 -0700 Subject: [PATCH] Set Python version --- doc/releases.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/releases.md b/doc/releases.md index 46f6ecc50..1e0c04e3d 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -1,6 +1,6 @@ # Release Notes -## 0.5.0 (in progress) +## 0.5.0 LensKit 0.5.0 modifies the algorithm APIs to follow the SciKit design patterns instead of our previous custom patterns. Highlights of this change: diff --git a/setup.py b/setup.py index f9df74cd6..adf985786 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="lenskit", - version="0.3.0", + version="0.5.0", author="Michael Ekstrand", author_email="michaelekstrand@boisestate.edu", description="Run recommender algorithms and experiments",