We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae8d9d commit 6121bb5Copy full SHA for 6121bb5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [0.7.1][2022-09-28]
+## [0.7.2][2022-09-28]
4
5
- Improved support for using TPUEmbedding under parameter server strategy.
6
setup.py
@@ -17,7 +17,7 @@
17
import pathlib
18
import setuptools
19
20
-VERSION = "0.7.1"
+VERSION = "0.7.2"
21
22
long_description = (pathlib.Path(__file__).parent
23
.joinpath("README.md")
tensorflow_recommenders/__init__.py
@@ -21,7 +21,7 @@
you the flexibility to build complex models.
"""
24
-__version__ = "v0.7.1"
+__version__ = "v0.7.2"
25
26
from tensorflow_recommenders import examples
27
from tensorflow_recommenders import experimental
0 commit comments