File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717import pathlib
1818import setuptools
1919
20- VERSION = "0.7.6 "
20+ VERSION = "0.7.7 "
2121
2222long_description = (
2323 pathlib .Path (__file__ ).parent .joinpath ("README.md" ).read_text ()
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def _check_keras_version():
4646del _check_keras_version
4747# pylint: enable=g-statement-before-imports
4848
49- __version__ = "v0.7.6 "
49+ __version__ = "v0.7.7 "
5050
5151from tensorflow_recommenders import examples
5252from tensorflow_recommenders import experimental
Original file line number Diff line number Diff line change 2424internal 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.
3030from tensorflow_recommenders import examples
You can’t perform that action at this time.
0 commit comments