Skip to content

Commit 5e8e2f1

Browse files
committed
[Release only change] Advance version for minor release
1 parent 5ce4506 commit 5e8e2f1

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.14.0"
193+
default: "0.14.1"
194194
pytorch_version:
195195
description: "PyTorch version to build against; by default, use a nightly"
196196
type: string
197-
default: "1.13.0"
197+
default: "1.13.1"
198198
# Don't edit these
199199
python_version:
200200
description: "Python version to build against (e.g., 3.7)"

version.txt

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

0 commit comments

Comments
 (0)