From 1b810d0588f4a5016b468fb280d28751c11a057c Mon Sep 17 00:00:00 2001 From: Guanheng Zhang Date: Fri, 20 Nov 2020 11:47:18 -0800 Subject: [PATCH] bump the release version to 0.8.1 for the point release --- packaging/build_conda.sh | 2 +- packaging/build_wheel.sh | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/build_conda.sh b/packaging/build_conda.sh index f7df266a15..d815e94fb2 100755 --- a/packaging/build_conda.sh +++ b/packaging/build_conda.sh @@ -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.8.0 +setup_env 0.8.1 export SOURCE_ROOT_DIR="$PWD" setup_conda_pytorch_constraint setup_visual_studio_constraint diff --git a/packaging/build_wheel.sh b/packaging/build_wheel.sh index fb9c190789..9c1ca17bab 100755 --- a/packaging/build_wheel.sh +++ b/packaging/build_wheel.sh @@ -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.8.0 +setup_env 0.8.1 setup_wheel_python pip_install numpy future setup_pip_pytorch_version diff --git a/setup.py b/setup.py index 3f0c2f1125..a2320bf824 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*names, **kwargs): def _get_version(): - version = '0.8.0a0' + version = '0.8.1a0' sha = None try: