Skip to content

Commit 07f324e

Browse files
adarobcopybara-github
authored andcommitted
Bump version to 1.3.2.
PiperOrigin-RevId: 284212304
1 parent 105edbc commit 07f324e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# We follow Semantic Versioning (https://semver.org/)
1919
_MAJOR_VERSION = '1'
2020
_MINOR_VERSION = '3'
21-
_PATCH_VERSION = '1'
21+
_PATCH_VERSION = '2'
2222

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

0 commit comments

Comments
 (0)