From 3a17f14b8a8ab1bfe0cd3504be27dcb46789a2f1 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 19 Apr 2023 15:38:59 -0400 Subject: [PATCH] [Release only change] Advance version for minor release (#7531) --- .circleci/config.yml | 4 ++-- .circleci/config.yml.in | 4 ++-- version.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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