File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -410,11 +410,11 @@ cityscapes/semantic_segmentation/1.0.0
410
410
cityscapes/semantic_segmentation_extra/1.0.0
411
411
cityscapes/stereo_disparity/1.0.0
412
412
cityscapes/stereo_disparity_extra/1.0.0
413
- civil_comments/CivilComments/1.2.0
414
- civil_comments/CivilCommentsCovert/1.2.0
415
- civil_comments/CivilCommentsIdentities/1.2.0
416
- civil_comments/CivilCommentsInContext/1.2.0
417
- civil_comments/CivilCommentsToxicSpans/1.2.0
413
+ civil_comments/CivilComments/1.2.1
414
+ civil_comments/CivilCommentsCovert/1.2.1
415
+ civil_comments/CivilCommentsIdentities/1.2.1
416
+ civil_comments/CivilCommentsInContext/1.2.1
417
+ civil_comments/CivilCommentsToxicSpans/1.2.1
418
418
clevr/3.0.0
419
419
clevr/3.1.0
420
420
clic/1.0.0
Original file line number Diff line number Diff line change 25
25
# We follow Semantic Versioning (https://semver.org/)
26
26
_MAJOR_VERSION = '4'
27
27
_MINOR_VERSION = '5'
28
- _PATCH_VERSION = '0 '
28
+ _PATCH_VERSION = '1 '
29
29
30
30
__version__ = '.' .join ([
31
31
_MAJOR_VERSION ,
Original file line number Diff line number Diff line change 21
21
# We follow Semantic Versioning (https://semver.org/)
22
22
_MAJOR_VERSION = '4'
23
23
_MINOR_VERSION = '5'
24
- _PATCH_VERSION = '0 '
24
+ _PATCH_VERSION = '1 '
25
25
26
26
__version__ = '.' .join ([
27
27
_MAJOR_VERSION ,
You can’t perform that action at this time.
0 commit comments