Skip to content

Commit

Permalink
Merge pull request #123 from maciejkula/release
Browse files Browse the repository at this point in the history
Prepare for 1.10 release.
  • Loading branch information
maciejkula committed Nov 25, 2016
2 parents 3558fe4 + 1946f66 commit 773cea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
@@ -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
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 773cea5

Please sign in to comment.