Skip to content

Commit d559ad8

Browse files
authored
Bump nightlies to 0.9.0 (#2838)
1 parent ff538ac commit d559ad8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packaging/build_cmake.sh

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

1212
export BUILD_TYPE=conda
13-
setup_env 0.8.0
13+
setup_env 0.9.0
1414
export SOURCE_ROOT_DIR="$PWD"
1515
setup_conda_pytorch_constraint
1616
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.8.0
8+
setup_env 0.9.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.8.0
8+
setup_env 0.9.0
99
setup_wheel_python
1010
pip_install numpy pyyaml future ninja
1111
setup_pip_pytorch_version

packaging/windows/internal/nightly_defaults.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if "%CUDA_VERSION%" == "cpu" (
144144
:: pytorch-nightly==1.0.0.dev20180908
145145
:: or in manylinux like
146146
:: torch_nightly-1.0.0.dev20180908-cp27-cp27m-linux_x86_64.whl
147-
if "%TORCHVISION_BUILD_VERSION%" == "" set TORCHVISION_BUILD_VERSION=0.8.0.dev%NIGHTLIES_DATE_COMPACT%
147+
if "%TORCHVISION_BUILD_VERSION%" == "" set TORCHVISION_BUILD_VERSION=0.9.0.dev%NIGHTLIES_DATE_COMPACT%
148148

149149
if "%~1" == "Wheels" (
150150
if not "%CUDA_VERSION%" == "102" (

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_dist(pkgname):
2929
return None
3030

3131

32-
version = '0.8.0a0'
32+
version = '0.9.0a0'
3333
sha = 'Unknown'
3434
package_name = 'torchvision'
3535

0 commit comments

Comments
 (0)