Skip to content

Commit 2268ac7

Browse files
committed
Bump version: 0.6.2 → 0.7.0
1 parent 84f13fb commit 2268ac7

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

setup.py

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

3232
setup(
3333
name="implicit",
34-
version="0.6.2",
34+
version="0.7.0",
3535
description="Collaborative Filtering for Implicit Feedback Datasets",
3636
long_description=read("README.md"),
3737
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)