Skip to content

Commit ab42b48

Browse files
pineapplejuice233TensorFlow Recommenders Authors
authored andcommitted
Cut a new release with ScaNN 1.2.7 and TF 2.9.
PiperOrigin-RevId: 459799380
1 parent a744b11 commit ab42b48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased][unreleased]
3+
## [0.7.0][2022-07-07]
44

55
A number of changes to make factorized top-K metric computation more accurate
66
and less prone to user error.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import pathlib
1818
import setuptools
1919

20-
VERSION = "0.6.0"
20+
VERSION = "0.7.0"
2121

2222
long_description = (pathlib.Path(__file__).parent
2323
.joinpath("README.md")

tensorflow_recommenders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
you the flexibility to build complex models.
2222
"""
2323

24-
__version__ = "v0.6.0"
24+
__version__ = "v0.7.0"
2525

2626
from tensorflow_recommenders import examples
2727
from tensorflow_recommenders import experimental

0 commit comments

Comments
 (0)