Skip to content

Commit bf28fa8

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent 41f2819 commit bf28fa8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

implicit/__init__.py

Lines changed: 1 addition & 1 deletion
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.6.0"
3+
__version__ = "0.6.1"
44

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def exclude_non_implicit_cmake_files(cmake_manifest):
3636

3737
setup(
3838
name="implicit",
39-
version="0.6.0",
39+
version="0.6.1",
4040
description="Collaborative Filtering for Implicit Feedback Datasets",
4141
long_description=read("README.md"),
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)