Skip to content

Commit 046cabc

Browse files
authored
.circleci: Bump versions to 1.8.1, 0.9.1 (#3592)
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 91b3ef2 commit 046cabc

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
@@ -48,11 +48,11 @@ binary_common: &binary_common
4848
build_version:
4949
description: "version number of release binary; by default, build a nightly"
5050
type: string
51-
default: "0.9.0"
51+
default: "0.9.1"
5252
pytorch_version:
5353
description: "PyTorch version to build against; by default, use a nightly"
5454
type: string
55-
default: "1.8.0"
55+
default: "1.8.1"
5656
# Don't edit these
5757
python_version:
5858
description: "Python version to build against (e.g., 3.7)"

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ binary_common: &binary_common
4848
build_version:
4949
description: "version number of release binary; by default, build a nightly"
5050
type: string
51-
default: "0.9.0"
51+
default: "0.9.1"
5252
pytorch_version:
5353
description: "PyTorch version to build against; by default, use a nightly"
5454
type: string
55-
default: "1.8.0"
55+
default: "1.8.1"
5656
# Don't edit these
5757
python_version:
5858
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)