Skip to content

Commit 1b19045

Browse files
committed
Revert "Bump main trunk version to 0.12 (#4490)"
This reverts commit 136a16e.
1 parent 903ea4a commit 1b19045

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packaging/build_cmake.sh

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

1717
export BUILD_TYPE=conda
18-
setup_env 0.12.0
18+
setup_env 0.11.0
1919
export SOURCE_ROOT_DIR="$PWD"
2020
setup_conda_pytorch_constraint
2121
setup_conda_cudatoolkit_plain_constraint

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.12.0
8+
setup_env 0.11.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.12.0
8+
setup_env 0.11.0
99
setup_wheel_python
1010
pip_install numpy pyyaml future ninja
1111
pip_install --upgrade setuptools

version.txt

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

0 commit comments

Comments
 (0)