Skip to content

Commit d6f81d1

Browse files
committed
bump version to 0.6.0, bump pytorch to 1.6.0
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 9befc83 commit d6f81d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ binary_common: &binary_common
4545
build_version:
4646
description: "version number of release binary; by default, build a nightly"
4747
type: string
48-
default: ""
48+
default: "0.6.0"
4949
pytorch_version:
5050
description: "PyTorch version to build against; by default, use a nightly"
5151
type: string
52-
default: ""
52+
default: "1.6.0"
5353
# Don't edit these
5454
python_version:
5555
description: "Python version to build against (e.g., 3.8)"

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ binary_common: &binary_common
4545
build_version:
4646
description: "version number of release binary; by default, build a nightly"
4747
type: string
48-
default: ""
48+
default: "0.6.0"
4949
pytorch_version:
5050
description: "PyTorch version to build against; by default, use a nightly"
5151
type: string
52-
default: ""
52+
default: "1.6.0"
5353
# Don't edit these
5454
python_version:
5555
description: "Python version to build against (e.g., 3.8)"

0 commit comments

Comments
 (0)