Skip to content

Commit

Permalink
Update TAO version to 1.1.0
Browse files Browse the repository at this point in the history
This was forgotten when the test split was added.

PiperOrigin-RevId: 687237231
  • Loading branch information
tomvdw authored and The TensorFlow Datasets Authors committed Oct 18, 2024
1 parent 8122974 commit 645e29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_datasets/video/tao/tao.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class Tao(tfds.core.BeamBasedBuilder):
width=None,
),
]
VERSION = tfds.core.Version('1.0.0')
VERSION = tfds.core.Version('1.1.0')
RELEASE_NOTES = {
'1.1.0': 'Added test split.',
}
Expand Down

0 comments on commit 645e29f

Please sign in to comment.