Skip to content

Commit

Permalink
Release v3.2.1 for windows fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 321270566
  • Loading branch information
Ryan Sepassi authored and copybara-github committed Jul 15, 2020
1 parent 5859615 commit e7bff10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion tensorflow_datasets/stable_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ abstract_reasoning/interpolation/1.0.0
abstract_reasoning/neutral/1.0.0
aeslc/1.0.0
aflw2k3d/1.0.0
ai2_arc/ARC-Challenge/1.0.0
ai2_arc/ARC-Easy/1.0.0
amazon_us_reviews/Apparel_v1_00/0.1.0
amazon_us_reviews/Automotive_v1_00/0.1.0
amazon_us_reviews/Baby_v1_00/0.1.0
Expand Down Expand Up @@ -561,10 +563,14 @@ imagenet2012_corrupted/zoom_blur_5/3.1.0
imagenet2012_real/1.0.0
imagenet2012_subset/10pct/5.0.0
imagenet2012_subset/1pct/5.0.0
imagenet_a/0.1.0
imagenet_resized/16x16/0.1.0
imagenet_resized/32x32/0.1.0
imagenet_resized/64x64/0.1.0
imagenet_resized/8x8/0.1.0
imagenet_v2/matched-frequency/0.1.0
imagenet_v2/threshold-0.7/0.1.0
imagenet_v2/topimages/0.1.0
imagenette/160px-v2/0.1.0
imagenette/160px/0.1.0
imagenette/320px-v2/0.1.0
Expand Down Expand Up @@ -892,7 +898,9 @@ voc/2007/4.0.0
voc/2012/4.0.0
voxceleb/1.1.1
voxforge/1.0.0
waymo_open_dataset/0.1.0
waymo_open_dataset/v1.0/0.2.0
waymo_open_dataset/v1.1/0.2.0
waymo_open_dataset/v1.2/0.2.0
web_questions/1.0.0
wider_face/0.1.0
wiki40b/ar/1.3.0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_datasets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '3'
_MINOR_VERSION = '2'
_PATCH_VERSION = '0'
_PATCH_VERSION = '1'

__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 @@ -22,7 +22,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '3'
_MINOR_VERSION = '2'
_PATCH_VERSION = '0'
_PATCH_VERSION = '1'

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

0 comments on commit e7bff10

Please sign in to comment.