Skip to content

Commit 3a17f14

Browse files
authored
[Release only change] Advance version for minor release (#7531)
1 parent 83ef3a6 commit 3a17f14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ binary_common: &binary_common
190190
build_version:
191191
description: "version number of release binary; by default, build a nightly"
192192
type: string
193-
default: "0.15.1"
193+
default: "0.15.2"
194194
pytorch_version:
195195
description: "PyTorch version to build against; by default, use a nightly"
196196
type: string
197-
default: "2.0.0"
197+
default: "2.0.1"
198198
# Don't edit these
199199
python_version:
200200
description: "Python version to build against (e.g., 3.8)"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.1a0
1+
0.15.2a0

0 commit comments

Comments
 (0)