Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Sep 20, 2018
1 parent 43eafd3 commit 58f19fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: lenskit
version: "0.1.0"
version: "0.2.0"

source:
path: ../
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
author = 'Michael D. Ekstrand'

# The short X.Y version
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def extmod(name, openmp=False, cflags=[], ldflags=[]):

setup(
name="lenskit",
version="0.1.0",
version="0.2.0",
author="Michael Ekstrand",
author_email="michaelekstrand@boisestate.edu",
description="Run recommender algorithms and experiments",
Expand Down

0 comments on commit 58f19fe

Please sign in to comment.