Skip to content

Commit

Permalink
Bump version to 1.3.2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 284212304
  • Loading branch information
adarob authored and copybara-github committed Dec 6, 2019
1 parent 105edbc commit 07f324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_datasets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '1'
_MINOR_VERSION = '3'
_PATCH_VERSION = '1'
_PATCH_VERSION = '2'

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

0 comments on commit 07f324e

Please sign in to comment.