Skip to content

Commit 4ee587e

Browse files
committed
.circleci: Bump version to 0.6.1
Signed-off-by: Eli Uriegas <[email protected]>
1 parent df3f8f1 commit 4ee587e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ binary_common: &binary_common
3737
build_version:
3838
description: "version number of release binary; by default, build a nightly"
3939
type: string
40-
default: "0.6.0"
40+
default: "0.6.1"
4141
pytorch_version:
4242
description: "PyTorch version to build against; by default, use a nightly"
4343
type: string

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ binary_common: &binary_common
3737
build_version:
3838
description: "version number of release binary; by default, build a nightly"
3939
type: string
40-
default: "0.6.0"
40+
default: "0.6.1"
4141
pytorch_version:
4242
description: "PyTorch version to build against; by default, use a nightly"
4343
type: string

0 commit comments

Comments
 (0)