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
410410cityscapes/semantic_segmentation_extra/1.0.0
411411cityscapes/stereo_disparity/1.0.0
412412cityscapes/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
418418clevr/3.0.0
419419clevr/3.1.0
420420clic/1.0.0
Original file line number Diff line number Diff line change 2525# We follow Semantic Versioning (https://semver.org/)
2626_MAJOR_VERSION = '4'
2727_MINOR_VERSION = '5'
28- _PATCH_VERSION = '0 '
28+ _PATCH_VERSION = '1 '
2929
3030__version__ = '.' .join ([
3131 _MAJOR_VERSION ,
Original file line number Diff line number Diff line change 2121# We follow Semantic Versioning (https://semver.org/)
2222_MAJOR_VERSION = '4'
2323_MINOR_VERSION = '5'
24- _PATCH_VERSION = '0 '
24+ _PATCH_VERSION = '1 '
2525
2626__version__ = '.' .join ([
2727 _MAJOR_VERSION ,
You can’t perform that action at this time.
0 commit comments