Skip to content

Commit fa890da

Browse files
committed
Bump version: 0.4.8 → 0.5.0
1 parent e6edd60 commit fa890da

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

implicit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from . import als, approximate_als, bpr, lmf, nearest_neighbours
22

3-
__version__ = "0.4.8"
3+
__version__ = "0.5.0"
44

55
__all__ = ["als", "approximate_als", "bpr", "nearest_neighbours", "lmf", "__version__"]

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.8
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

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

29-
3029
[bumpversion:file:implicit/__init__.py]
3130

3231
[bumpversion:file:setup.py]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(file_name):
1919

2020
setup(
2121
name="implicit",
22-
version="0.4.8",
22+
version="0.5.0",
2323
description="Collaborative Filtering for Implicit Feedback Datasets",
2424
long_description=read("README.md"),
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)