Skip to content

Commit ef20954

Browse files
authored
Merge pull request #181 from maciejkula/new_version
Bump version to 1.13
2 parents 7de1c03 + 4ca101c commit ef20954

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.13][2017-05-20]
44
### Added
55
- added get_{user/item}_representations functions to facilitate extracting the latent representations out of the model.
66
### Fixed

lightfm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
except NameError:
44
from .lightfm import LightFM
55

6-
__version__ = '1.12'
6+
__version__ = '1.13'
77

88
__all__ = ['LightFM', 'datasets', 'evaluation']

0 commit comments

Comments
 (0)