Unverified Commit 51e77964 authored by moto's avatar moto Committed by GitHub
Browse files

Bump version to 0.8.0 (#976)

parent 0f80bcf9
...@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ...@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export BUILD_TYPE="conda" export BUILD_TYPE="conda"
export NO_CUDA_PACKAGE=1 export NO_CUDA_PACKAGE=1
setup_env 0.7.0 setup_env 0.8.0
export SOURCE_ROOT_DIR="$PWD" export SOURCE_ROOT_DIR="$PWD"
setup_conda_pytorch_constraint setup_conda_pytorch_constraint
conda build $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchaudio 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 )" ...@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export BUILD_TYPE="wheel" export BUILD_TYPE="wheel"
export NO_CUDA_PACKAGE=1 export NO_CUDA_PACKAGE=1
setup_env 0.7.0 setup_env 0.8.0
setup_wheel_python setup_wheel_python
pip_install numpy future pip_install numpy future
setup_pip_pytorch_version setup_pip_pytorch_version
......
...@@ -12,7 +12,7 @@ ROOT_DIR = Path(__file__).parent.resolve() ...@@ -12,7 +12,7 @@ ROOT_DIR = Path(__file__).parent.resolve()
# Creating the version file # Creating the version file
version = '0.7.0a0' version = '0.8.0a0'
sha = 'Unknown' sha = 'Unknown'
try: 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