From 6121bb53d01bcd34fe89006030e111cb73405d54 Mon Sep 17 00:00:00 2001 From: Maciej Kula Date: Wed, 28 Sep 2022 15:53:14 -0700 Subject: [PATCH] Bump to 0.7.2. PiperOrigin-RevId: 477573125 --- CHANGELOG.md | 2 +- setup.py | 2 +- tensorflow_recommenders/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57c2046..85f8fb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.7.1][2022-09-28] +## [0.7.2][2022-09-28] - Improved support for using TPUEmbedding under parameter server strategy. diff --git a/setup.py b/setup.py index 530b40ea..fb42f870 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import pathlib import setuptools -VERSION = "0.7.1" +VERSION = "0.7.2" long_description = (pathlib.Path(__file__).parent .joinpath("README.md") diff --git a/tensorflow_recommenders/__init__.py b/tensorflow_recommenders/__init__.py index db578fba..ef982b16 100644 --- a/tensorflow_recommenders/__init__.py +++ b/tensorflow_recommenders/__init__.py @@ -21,7 +21,7 @@ you the flexibility to build complex models. """ -__version__ = "v0.7.1" +__version__ = "v0.7.2" from tensorflow_recommenders import examples from tensorflow_recommenders import experimental