Skip to content

Commit d8e4b51

Browse files
committed
Changing the version id for lfw dataset.
1 parent 5398678 commit d8e4b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/datasets/lfw/lfw_dataset_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class Builder(tfds.core.GeneratorBasedBuilder):
2929
"""LFW Builder class."""
3030

31-
VERSION = tfds.core.Version("0.1.0")
31+
VERSION = tfds.core.Version("0.1.1")
3232

3333
def _info(self):
3434
return self.dataset_info_from_configs(

0 commit comments

Comments
 (0)