Skip to content

Commit f87b051

Browse files
authored
Include __version__ in __all__
Self-explanatory - I believe `__version__` should be included in `__all__` so TFDS version can be checked as `tfds.__version__` instead of from tensorflow_datasets import version as tfds_version tfds_version.__version__
1 parent d89aeb9 commit f87b051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_datasets/public_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"testing",
5555
"disable_progress_bar",
5656
"is_dataset_on_gcs",
57+
"__version__",
5758
]
5859

5960

0 commit comments

Comments
 (0)