Skip to content

Commit 8a95dbe

Browse files
committed
Bump version: 0.7.2 → 0.7.3
1 parent 14428c0 commit 8a95dbe

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.7.2"
3+
__version__ = "0.7.3"
44

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
1010

1111
[project]
1212
name = "implicit"
13-
version = "0.7.2"
13+
version = "0.7.3"
1414
description = "Collaborative Filtering for Implicit Feedback Datasets"
1515
readme = "README.md"
1616
authors = [

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.2
2+
current_version = 0.7.3
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)