Skip to content

Commit

Permalink
Bump to 0.7.2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 477573125
  • Loading branch information
maciejkula authored and TensorFlow Recommenders Authors committed Sep 28, 2022
1 parent aae8d9d commit 6121bb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_recommenders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6121bb5

Please sign in to comment.