Skip to content

Commit 9dd9d66

Browse files
Conchylicultorcopybara-github
authored andcommitted
Update tfds to 2.0.0
PiperOrigin-RevId: 291409971
1 parent b8bc927 commit 9dd9d66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow_datasets/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"""Version info."""
1717

1818
# We follow Semantic Versioning (https://semver.org/)
19-
_MAJOR_VERSION = '1'
20-
_MINOR_VERSION = '3'
21-
_PATCH_VERSION = '2'
19+
_MAJOR_VERSION = '2'
20+
_MINOR_VERSION = '0'
21+
_PATCH_VERSION = '0'
2222

2323
__version__ = '.'.join([
2424
_MAJOR_VERSION,

0 commit comments

Comments
 (0)