Skip to content

Commit

Permalink
Merge pull request #181 from maciejkula/new_version
Browse files Browse the repository at this point in the history
Bump version to 1.13
  • Loading branch information
maciejkula committed May 20, 2017
2 parents 7de1c03 + 4ca101c commit ef20954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
@@ -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
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 ef20954

Please sign in to comment.