Skip to content

Commit a075bcc

Browse files
authored
[Release only change] Bump version for minor release (#2004)
1 parent 771b5a2 commit a075bcc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ binary_common: &binary_common
3939
build_version:
4040
description: "version number of release binary; by default, build a nightly"
4141
type: string
42-
default: "0.14.0"
42+
default: "0.14.1"
4343
pytorch_version:
4444
description: "PyTorch version to build against; by default, use a nightly"
4545
type: string
46-
default: "1.13.0"
46+
default: "1.13.1"
4747
# Don't edit these
4848
python_version:
4949
description: "Python version to build against (e.g., 3.8)"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0a0
1+
0.14.1a0

0 commit comments

Comments
 (0)