Skip to content

Commit 71f85dc

Browse files
maciejkulaTensorFlow Recommenders Team
authored andcommitted
Cut a new release with ScaNN 1.2.3 and TF 2.6.
PiperOrigin-RevId: 392533637
1 parent 07af8f7 commit 71f85dc

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.6.0][2021-08-23]
44

55
### Changed
66

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.5.2"
20+
VERSION = "0.6.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.5.2"
24+
__version__ = "v0.6.0"
2525

2626
from tensorflow_recommenders import examples
2727
from tensorflow_recommenders import experimental

0 commit comments

Comments
 (0)