"vscode:/vscode.git/clone" did not exist on "c2a32e12b87e737709f332e1ea8dfbde487ffefd"
Unverified Commit 0fafcb3e authored by moto's avatar moto Committed by GitHub
Browse files

Bump master version to 0.6.0 (#556)

parent 5a75b63f
......@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export BUILD_TYPE="conda"
export NO_CUDA_PACKAGE=1
setup_env 0.5.0
setup_env 0.6.0
export SOURCE_ROOT_DIR="$PWD"
setup_conda_pytorch_constraint
conda build $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchaudio
......@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export BUILD_TYPE="wheel"
export NO_CUDA_PACKAGE=1
setup_env 0.5.0
setup_env 0.6.0
setup_wheel_python
"$script_dir/build_from_source.sh" "$(pwd)" # Build static dependencies
pip_install numpy future
......
......@@ -55,7 +55,7 @@ else:
# Creating the version file
cwd = os.path.dirname(os.path.abspath(__file__))
version = '0.5.0a0'
version = '0.6.0a0'
sha = 'Unknown'
try:
......
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