Skip to content

Commit 773cea5

Browse files
authored
Merge pull request #123 from maciejkula/release
Prepare for 1.10 release.
2 parents 3558fe4 + 1946f66 commit 773cea5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased][unreleased]
3+
## [1.10][2016-11-25]
44
### Added
55
- added recall@k evaluation function
66
### Fixed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ def run_tests(self):
132132

133133
setup(
134134
name='lightfm',
135-
version='1.9',
135+
version='1.10',
136136
description='LightFM recommendation model',
137137
url='https://github.com/lyst/lightfm',
138-
download_url='https://github.com/lyst/lightfm/tarball/1.9',
138+
download_url='https://github.com/lyst/lightfm/tarball/1.10',
139139
packages=['lightfm',
140140
'lightfm.datasets'],
141141
package_data={'': ['*.c']},

0 commit comments

Comments
 (0)