Unverified Commit ecd068f5 authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

Update the main version to 0.11.0 (#1793)

Also update README.md to mention 1.9.1
parent d98c8847
...@@ -32,6 +32,7 @@ The following are the corresponding ``torchaudio`` versions and supported Python ...@@ -32,6 +32,7 @@ The following are the corresponding ``torchaudio`` versions and supported Python
| ``torch`` | ``torchaudio`` | ``python`` | | ``torch`` | ``torchaudio`` | ``python`` |
| ------------------------ | ------------------------ | ------------------------------- | | ------------------------ | ------------------------ | ------------------------------- |
| ``master`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.6``, ``<=3.9`` | | ``master`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.6``, ``<=3.9`` |
| ``1.9.1`` | ``0.9.1`` | ``>=3.6``, ``<=3.9`` |
| ``1.9.0`` | ``0.9.0`` | ``>=3.6``, ``<=3.9`` | | ``1.9.0`` | ``0.9.0`` | ``>=3.6``, ``<=3.9`` |
| ``1.8.0`` | ``0.8.0`` | ``>=3.6``, ``<=3.9`` | | ``1.8.0`` | ``0.8.0`` | ``>=3.6``, ``<=3.9`` |
| ``1.7.1`` | ``0.7.2`` | ``>=3.6``, ``<=3.9`` | | ``1.7.1`` | ``0.7.2`` | ``>=3.6``, ``<=3.9`` |
......
...@@ -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.10.0 setup_env 0.11.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.10.0 setup_env 0.11.0
setup_wheel_python setup_wheel_python
pip_install numpy future cmake ninja pip_install numpy future cmake ninja
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.10.0a0' version = '0.11.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