Skip to content

Commit 09494ea

Browse files
committed
set version.
1 parent 04e6847 commit 09494ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ binary_common: &binary_common
1515
build_version:
1616
description: "version number of release binary; by default, build a nightly"
1717
type: string
18-
default: ""
18+
default: "0.5.0"
1919
pytorch_version:
2020
description: "PyTorch version to build against; by default, use a nightly"
2121
type: string
22-
default: ""
22+
default: "1.5.0"
2323
# Don't edit these
2424
python_version:
2525
description: "Python version to build against (e.g., 3.8)"

.circleci/config.yml.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ binary_common: &binary_common
1515
build_version:
1616
description: "version number of release binary; by default, build a nightly"
1717
type: string
18-
default: ""
18+
default: "0.5.0"
1919
pytorch_version:
2020
description: "PyTorch version to build against; by default, use a nightly"
2121
type: string
22-
default: ""
22+
default: "1.5.0"
2323
# Don't edit these
2424
python_version:
2525
description: "Python version to build against (e.g., 3.8)"

0 commit comments

Comments
 (0)