Skip to content

Commit 645e29f

Browse files
tomvdwThe TensorFlow Datasets Authors
authored andcommitted
Update TAO version to 1.1.0
This was forgotten when the test split was added. PiperOrigin-RevId: 687237231
1 parent 8122974 commit 645e29f

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_datasets/video/tao

1 file changed

+1
-1
lines changed

tensorflow_datasets/video/tao/tao.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class Tao(tfds.core.BeamBasedBuilder):
281281
width=None,
282282
),
283283
]
284-
VERSION = tfds.core.Version('1.0.0')
284+
VERSION = tfds.core.Version('1.1.0')
285285
RELEASE_NOTES = {
286286
'1.1.0': 'Added test split.',
287287
}

0 commit comments

Comments
 (0)