Skip to content

Commit 6121bb5

Browse files
maciejkulaTensorFlow Recommenders Authors
authored andcommitted
Bump to 0.7.2.
PiperOrigin-RevId: 477573125
1 parent aae8d9d commit 6121bb5

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-
## [0.7.1][2022-09-28]
3+
## [0.7.2][2022-09-28]
44

55
- Improved support for using TPUEmbedding under parameter server strategy.
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.7.1"
20+
VERSION = "0.7.2"
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.7.1"
24+
__version__ = "v0.7.2"
2525

2626
from tensorflow_recommenders import examples
2727
from tensorflow_recommenders import experimental

0 commit comments

Comments
 (0)