Skip to content

Commit

Permalink
Update to 4.5.2
Browse files Browse the repository at this point in the history
Release notes:

Fix import bug on Windows

PiperOrigin-RevId: 425360091
  • Loading branch information
The TensorFlow Datasets Authors committed Jan 31, 2022
1 parent 8e356db commit 47baec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow_datasets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '4'
_MINOR_VERSION = '5'
_PATCH_VERSION = '1'
_PATCH_VERSION = '2'

__version__ = '.'.join([
_MAJOR_VERSION,
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_datasets/version_stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '4'
_MINOR_VERSION = '5'
_PATCH_VERSION = '1'
_PATCH_VERSION = '2'

__version__ = '.'.join([
_MAJOR_VERSION,
Expand Down

0 comments on commit 47baec1

Please sign in to comment.