Skip to content

Commit d3e91a0

Browse files
committed
Bump version to 0.6.0
1 parent 738bb42 commit d3e91a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ binary_common: &binary_common
3737
build_version:
3838
description: "version number of release binary; by default, build a nightly"
3939
type: string
40-
default: "0.5.1"
40+
default: "0.6.0"
4141
pytorch_version:
4242
description: "PyTorch version to build against; by default, use a nightly"
4343
type: string

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ binary_common: &binary_common
3737
build_version:
3838
description: "version number of release binary; by default, build a nightly"
3939
type: string
40-
default: "0.5.1"
40+
default: "0.6.0"
4141
pytorch_version:
4242
description: "PyTorch version to build against; by default, use a nightly"
4343
type: string

packaging/build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
. "$script_dir/pkg_helpers.bash"
66

77
export BUILD_TYPE=conda
8-
setup_env 0.5.1
8+
setup_env 0.6.0
99
export SOURCE_ROOT_DIR="$PWD"
1010
setup_conda_pytorch_constraint
1111
setup_conda_cudatoolkit_constraint

packaging/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
. "$script_dir/pkg_helpers.bash"
66

77
export BUILD_TYPE=wheel
8-
setup_env 0.5.1
8+
setup_env 0.6.0
99
setup_wheel_python
1010
pip_install numpy pyyaml future ninja
1111
setup_pip_pytorch_version

0 commit comments

Comments
 (0)