Skip to content

Commit b0f180b

Browse files
authored
move master to 0.5.0 (#414)
1 parent 2e4c2a1 commit b0f180b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packaging/build_conda.sh

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

77
export BUILD_TYPE="conda"
88
export NO_CUDA_PACKAGE=1
9-
setup_env 0.4.0
9+
setup_env 0.5.0
1010
export SOURCE_ROOT_DIR="$PWD"
1111
setup_conda_pytorch_constraint
1212
conda build $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchaudio

packaging/build_wheel.sh

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

77
export BUILD_TYPE="wheel"
88
export NO_CUDA_PACKAGE=1
9-
setup_env 0.4.0
9+
setup_env 0.5.0
1010
setup_wheel_python
1111
"$script_dir/build_from_source.sh" "$(pwd)" # Build static dependencies
1212
pip_install numpy future

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def check_env_flag(name, default=''):
5555

5656
# Creating the version file
5757
cwd = os.path.dirname(os.path.abspath(__file__))
58-
version = '0.4.0a0'
58+
version = '0.5.0a0'
5959
sha = 'Unknown'
6060

6161
try:

0 commit comments

Comments
 (0)