Skip to content

Commit

Permalink
Merge pull request #680 from maciejkula/github_actions
Browse files Browse the repository at this point in the history
Bump version to 1.17.
  • Loading branch information
maciejkula committed Mar 20, 2023
2 parents 43798a6 + faac8b3 commit 688fede
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.17][2023-03-19]

### 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.16"
__version__ = "1.17"

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

0 comments on commit 688fede

Please sign in to comment.