Skip to content

Commit

Permalink
[Release only] Bump version for the release 2.0.1 (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Apr 20, 2023
1 parent c696895 commit e22c413
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.15.0"
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"
torchdata_version:
description: "TorchData version to build against; by default, use a nightly"
type: string
default: "0.6.0"
default: "0.6.1"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.8)"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.1a0
0.15.2a0

0 comments on commit e22c413

Please sign in to comment.