We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e356db commit 47baec1Copy full SHA for 47baec1
tensorflow_datasets/version.py
@@ -25,7 +25,7 @@
25
# We follow Semantic Versioning (https://semver.org/)
26
_MAJOR_VERSION = '4'
27
_MINOR_VERSION = '5'
28
-_PATCH_VERSION = '1'
+_PATCH_VERSION = '2'
29
30
__version__ = '.'.join([
31
_MAJOR_VERSION,
tensorflow_datasets/version_stable.py
@@ -21,7 +21,7 @@
21
22
23
24
0 commit comments