Skip to content

Commit

Permalink
Prepare for 1.10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkula committed Nov 25, 2016
1 parent 88badef commit 1946f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased][unreleased]
## [1.10][2016-11-25]
### Added
- added recall@k evaluation function
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ def run_tests(self):

setup(
name='lightfm',
version='1.9',
version='1.10',
description='LightFM recommendation model',
url='https://github.com/lyst/lightfm',
download_url='https://github.com/lyst/lightfm/tarball/1.9',
download_url='https://github.com/lyst/lightfm/tarball/1.10',
packages=['lightfm',
'lightfm.datasets'],
package_data={'': ['*.c']},
Expand Down

0 comments on commit 1946f66

Please sign in to comment.