Skip to content

Commit 47baec1

Browse files
author
The TensorFlow Datasets Authors
committed
Update to 4.5.2
Release notes: Fix import bug on Windows PiperOrigin-RevId: 425360091
1 parent 8e356db commit 47baec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow_datasets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# We follow Semantic Versioning (https://semver.org/)
2626
_MAJOR_VERSION = '4'
2727
_MINOR_VERSION = '5'
28-
_PATCH_VERSION = '1'
28+
_PATCH_VERSION = '2'
2929

3030
__version__ = '.'.join([
3131
_MAJOR_VERSION,

tensorflow_datasets/version_stable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# We follow Semantic Versioning (https://semver.org/)
2222
_MAJOR_VERSION = '4'
2323
_MINOR_VERSION = '5'
24-
_PATCH_VERSION = '1'
24+
_PATCH_VERSION = '2'
2525

2626
__version__ = '.'.join([
2727
_MAJOR_VERSION,

0 commit comments

Comments
 (0)