We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9148f commit aae8d9dCopy full SHA for aae8d9d
CHANGELOG.md
@@ -1,8 +1,6 @@
1
# Changelog
2
3
-## [unreleased][unreleased]
4
-
5
-### Changed
+## [0.7.1][2022-09-28]
6
7
- Improved support for using TPUEmbedding under parameter server strategy.
8
setup.py
@@ -17,7 +17,7 @@
17
import pathlib
18
import setuptools
19
20
-VERSION = "0.7.0"
+VERSION = "0.7.1"
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.0"
+__version__ = "v0.7.1"
25
26
from tensorflow_recommenders import examples
27
from tensorflow_recommenders import experimental
0 commit comments