diff --git a/packaging/build_conda.sh b/packaging/build_conda.sh index 161c48ad43..c4a4a009b7 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.9.0 +setup_env 0.10.0 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 9b4194afda..24f544d167 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.9.0 +setup_env 0.10.0 setup_wheel_python pip_install numpy future cmake ninja setup_pip_pytorch_version diff --git a/setup.py b/setup.py index 255ac9894d..36f28f0eb1 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # Creating the version file -version = '0.9.0a0' +version = '0.10.0a0' sha = 'Unknown' try: