Skip to content

Commit c5b7429

Browse files
committed
.circleci: Bump versions for 0.1.4, pytorch 1.7.1
Signed-off-by: Eli Uriegas <[email protected]>
1 parent a90d461 commit c5b7429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ binary_common: &binary_common
4343
build_version:
4444
description: "version number of release binary; by default, build a nightly"
4545
type: string
46-
default: "0.1.3"
46+
default: "0.1.4"
4747
pytorch_version:
4848
description: "PyTorch version to build against; by default, use a nightly"
4949
type: string
50-
default: "1.7.0"
50+
default: "1.7.1"
5151
# Don't edit these
5252
python_version:
5353
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)