Skip to content

Commit

Permalink
Bump version: 0.4.8 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Jan 28, 2022
1 parent e6edd60 commit fa890da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion implicit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from . import als, approximate_als, bpr, lmf, nearest_neighbours

__version__ = "0.4.8"
__version__ = "0.5.0"

__all__ = ["als", "approximate_als", "bpr", "nearest_neighbours", "lmf", "__version__"]
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.8
current_version = 0.5.0
commit = True
tag = True

Expand All @@ -26,7 +26,6 @@ skip = build,.eggs,.tox
skip = ./.git,./.github,./build,./dist,./docs/build,.*egg-info.*,*.csv,*.tsv
ignore-words-list = als,coo,nd,unparseable,compiletime


[bumpversion:file:implicit/__init__.py]

[bumpversion:file:setup.py]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(file_name):

setup(
name="implicit",
version="0.4.8",
version="0.5.0",
description="Collaborative Filtering for Implicit Feedback Datasets",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fa890da

Please sign in to comment.