From fa64c2f895b62c02a18e9057e5f4ba6dfbb2e7e8 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Mon, 4 Nov 2024 13:11:57 +0000 Subject: [PATCH] [Versioning] v0.6.1 ghstack-source-id: 675a40340ec8e0adaa02aa15fb0d1367931bdce1 Pull Request resolved: https://github.com/pytorch/rl/pull/2533 --- .github/scripts/td_script.sh | 2 +- .github/scripts/version_script.bat | 2 +- .github/workflows/wheels-legacy.yml | 2 +- setup.py | 2 +- version.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/scripts/td_script.sh b/.github/scripts/td_script.sh index 68c8939b9c1..1b6fbe49bd6 100644 --- a/.github/scripts/td_script.sh +++ b/.github/scripts/td_script.sh @@ -1,5 +1,5 @@ #!/bin/bash -export TORCHRL_BUILD_VERSION=0.6.0 +export TORCHRL_BUILD_VERSION=0.6.1 ${CONDA_RUN} 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 cb4187207a2..346a5b3182d 100644 --- a/.github/scripts/version_script.bat +++ b/.github/scripts/version_script.bat @@ -1,3 +1,3 @@ @echo off -set TORCHRL_BUILD_VERSION=0.6.0 +set TORCHRL_BUILD_VERSION=0.6.1 echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION% diff --git a/.github/workflows/wheels-legacy.yml b/.github/workflows/wheels-legacy.yml index 2de72efa0f8..d0daabe8449 100644 --- a/.github/workflows/wheels-legacy.yml +++ b/.github/workflows/wheels-legacy.yml @@ -35,7 +35,7 @@ jobs: shell: bash run: | python3 -mpip install wheel - TORCHRL_BUILD_VERSION=0.6.0 python3 setup.py bdist_wheel + TORCHRL_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel - name: Upload wheel for the test-wheel job uses: actions/upload-artifact@v3 with: diff --git a/setup.py b/setup.py index f3456f4e7cf..8633805da54 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.6.0" + tensordict_dep = "tensordict>=0.6.1" if is_nightly: version = get_nightly_version() diff --git a/version.txt b/version.txt index a918a2aa18d..ee6cdce3c29 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1