diff --git a/.circleci/config.yml b/.circleci/config.yml index b5ff44dcb49..bdc904cf6b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -190,11 +190,11 @@ binary_common: &binary_common build_version: description: "version number of release binary; by default, build a nightly" type: string - default: "0.15.1" + default: "0.15.2" pytorch_version: description: "PyTorch version to build against; by default, use a nightly" type: string - default: "2.0.0" + default: "2.0.1" # Don't edit these python_version: description: "Python version to build against (e.g., 3.8)" diff --git a/.circleci/config.yml.in b/.circleci/config.yml.in index bcfef945b9c..628d51d81aa 100644 --- a/.circleci/config.yml.in +++ b/.circleci/config.yml.in @@ -190,11 +190,11 @@ binary_common: &binary_common build_version: description: "version number of release binary; by default, build a nightly" type: string - default: "0.15.1" + default: "0.15.2" pytorch_version: description: "PyTorch version to build against; by default, use a nightly" type: string - default: "2.0.0" + default: "2.0.1" # Don't edit these python_version: description: "Python version to build against (e.g., 3.8)" diff --git a/version.txt b/version.txt index 45e058d3227..bd25d3c064b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.15.1a0 +0.15.2a0