Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evfro committed Jan 7, 2021
1 parent e93a6ec commit 35c545b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"polara/datasets",
"polara/lib",
"polara/tools",
"polara/preprocessing",
"polara/recommender/coldstart",
"polara/recommender/hybrid",
"polara/recommender/contextual",
Expand All @@ -20,7 +21,7 @@
opts = dict(name="polara",
description="Fast and flexible recommender systems framework",
keywords = "recommender systems",
version = "0.7.0.dev",
version = "0.7.0",
license="MIT",
author="Evgeny Frolov",
platforms=["any"],
Expand Down

0 comments on commit 35c545b

Please sign in to comment.