Skip to content

Commit ab81242

Browse files
committed
Bump version: 0.7.0 → 0.7.1
1 parent fd351da commit ab81242

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.7.0"
3+
__version__ = "0.7.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.7.0
2+
current_version = 0.7.1
33
commit = True
44
tag = True
55

setup.py

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

2121
setup(
2222
name="implicit",
23-
version="0.7.0",
23+
version="0.7.1",
2424
description="Collaborative Filtering for Implicit Feedback Datasets",
2525
long_description=read("README.md"),
2626
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)