diff --git a/.github/scripts/td_script.sh b/.github/scripts/td_script.sh index 8b25ebc0ee2..bac273c243f 100644 --- a/.github/scripts/td_script.sh +++ b/.github/scripts/td_script.sh @@ -1,5 +1,5 @@ #!/bin/bash -export TORCHRL_BUILD_VERSION=0.7.0 +export TORCHRL_BUILD_VERSION=0.8.0 pip install git+https://github.com/pytorch/tensordict.git -U diff --git a/.github/scripts/version_script.bat b/.github/scripts/version_script.bat index 8adc95b2da7..14e69b68918 100644 --- a/.github/scripts/version_script.bat +++ b/.github/scripts/version_script.bat @@ -1,5 +1,5 @@ @echo off -set TORCHRL_BUILD_VERSION=0.7.0 +set TORCHRL_BUILD_VERSION=0.8.0 echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION% @echo on diff --git a/setup.py b/setup.py index 252b67e3187..711b48f5247 100644 --- a/setup.py +++ b/setup.py @@ -176,7 +176,7 @@ def _main(argv): if is_nightly: tensordict_dep = "tensordict-nightly" else: - tensordict_dep = "tensordict>=0.7.0" + tensordict_dep = "tensordict>=0.8.0" if is_nightly: version = get_nightly_version() diff --git a/version.txt b/version.txt index faef31a4357..a3df0a6959e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.7.0 +0.8.0