Skip to content

Commit cf1dafa

Browse files
maciejkulaTensorFlow Recommenders Authors
authored andcommitted
Bump version.
PiperOrigin-RevId: 859376966
1 parent 54997e8 commit cf1dafa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.6"
20+
VERSION = "0.7.7"
2121

2222
long_description = (
2323
pathlib.Path(__file__).parent.joinpath("README.md").read_text()

tensorflow_recommenders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _check_keras_version():
4646
del _check_keras_version
4747
# pylint: enable=g-statement-before-imports
4848

49-
__version__ = "v0.7.6"
49+
__version__ = "v0.7.7"
5050

5151
from tensorflow_recommenders import examples
5252
from tensorflow_recommenders import experimental

tensorflow_recommenders/public.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
internal google stuff.
2525
"""
2626

27-
__version__ = "v0.7.6"
27+
__version__ = "v0.7.7"
2828

2929
# This version does not include internal tfrs google library.
3030
from tensorflow_recommenders import examples

0 commit comments

Comments
 (0)