Skip to content

Commit

Permalink
Bump version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkula committed May 20, 2017
1 parent 7de1c03 commit 4ca101c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.13][2017-05-20]
### Added
- added get_{user/item}_representations functions to facilitate extracting the latent representations out of the model.
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lightfm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
except NameError:
from .lightfm import LightFM

__version__ = '1.12'
__version__ = '1.13'

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

0 comments on commit 4ca101c

Please sign in to comment.