Skip to content

Commit

Permalink
Set default version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Oct 20, 2021
1 parent 7bbf8a7 commit d697db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: ""
default: "0.11.0"
pytorch_version:
description: "PyTorch version to build against; by default, use a nightly"
type: string
default: ""
default: "1.10.0"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.8)"
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: ""
default: "0.11.0"
pytorch_version:
description: "PyTorch version to build against; by default, use a nightly"
type: string
default: ""
default: "1.10.0"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.8)"
Expand Down

0 comments on commit d697db5

Please sign in to comment.