Commit a199bf62 authored by Soumith Chintala's avatar Soumith Chintala
Browse files

master version bump 0.5 -> 0.6

parent 66f29220
...@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ...@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
. "$script_dir/pkg_helpers.bash" . "$script_dir/pkg_helpers.bash"
export BUILD_TYPE=conda export BUILD_TYPE=conda
setup_env 0.5.0 setup_env 0.6.0
export SOURCE_ROOT_DIR="$PWD" export SOURCE_ROOT_DIR="$PWD"
setup_conda_pytorch_constraint setup_conda_pytorch_constraint
setup_conda_cudatoolkit_constraint setup_conda_cudatoolkit_constraint
......
...@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ...@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
. "$script_dir/pkg_helpers.bash" . "$script_dir/pkg_helpers.bash"
export BUILD_TYPE=wheel export BUILD_TYPE=wheel
setup_env 0.5.0 setup_env 0.6.0
setup_wheel_python setup_wheel_python
pip_install numpy pyyaml future ninja pip_install numpy pyyaml future ninja
# TODO remove after https://github.com/pytorch/pytorch/pull/27282 gets merged # TODO remove after https://github.com/pytorch/pytorch/pull/27282 gets merged
......
...@@ -144,7 +144,7 @@ if "%CUDA_VERSION%" == "cpu" ( ...@@ -144,7 +144,7 @@ if "%CUDA_VERSION%" == "cpu" (
:: pytorch-nightly==1.0.0.dev20180908 :: pytorch-nightly==1.0.0.dev20180908
:: or in manylinux like :: or in manylinux like
:: torch_nightly-1.0.0.dev20180908-cp27-cp27m-linux_x86_64.whl :: torch_nightly-1.0.0.dev20180908-cp27-cp27m-linux_x86_64.whl
if "%TORCHVISION_BUILD_VERSION%" == "" set TORCHVISION_BUILD_VERSION=0.5.0.dev%NIGHTLIES_DATE_COMPACT% if "%TORCHVISION_BUILD_VERSION%" == "" set TORCHVISION_BUILD_VERSION=0.6.0.dev%NIGHTLIES_DATE_COMPACT%
if "%~1" == "Wheels" ( if "%~1" == "Wheels" (
if not "%CUDA_VERSION%" == "101" ( if not "%CUDA_VERSION%" == "101" (
......
...@@ -30,7 +30,7 @@ def get_dist(pkgname): ...@@ -30,7 +30,7 @@ def get_dist(pkgname):
return None return None
version = '0.5.0a0' version = '0.6.0a0'
sha = 'Unknown' sha = 'Unknown'
package_name = 'torchvision' package_name = 'torchvision'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment