diff --git a/doc/conf.py b/doc/conf.py index b1b908d36..fe3f3e7d7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,9 +23,9 @@ author = 'Michael D. Ekstrand' # The short X.Y version -version = '0.8.1' +version = '0.8' # The full version, including alpha/beta/rc tags -release = '0.8.1' +release = '0.8.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a3ce38a49..e01d4180a 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def run(self): setup( name="lenskit", - version="0.8.1", + version="0.8.4", author="Michael Ekstrand", author_email="michaelekstrand@boisestate.edu", description="Run recommender algorithms and experiments",