From b26bbe35b54c371eb3bc90631f5de95e474b4421 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Thu, 14 Nov 2024 06:30:57 +0000 Subject: [PATCH] [Versioning] 0.6.2 ghstack-source-id: 929ad7fb89e0bd6d25a70ed64b340ad7245fd693 Pull Request resolved: https://github.com/pytorch/tensordict/pull/1089 (cherry picked from commit 73b0fd71dff865d890171638f3e8c84f12862cfb) --- .github/scripts/version_script.bat | 2 +- .github/scripts/version_script.sh | 2 +- .github/workflows/wheels-windows.yml | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/version_script.bat b/.github/scripts/version_script.bat index 8ae06b603..8b9fc61a4 100644 --- a/.github/scripts/version_script.bat +++ b/.github/scripts/version_script.bat @@ -1,3 +1,3 @@ @echo off -set TENSORDICT_BUILD_VERSION=0.6.1 +set TENSORDICT_BUILD_VERSION=0.6.2 echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION% diff --git a/.github/scripts/version_script.sh b/.github/scripts/version_script.sh index f83541255..cf49f554d 100644 --- a/.github/scripts/version_script.sh +++ b/.github/scripts/version_script.sh @@ -1,3 +1,3 @@ #!/bin/bash -export TENSORDICT_BUILD_VERSION=0.6.1 +export TENSORDICT_BUILD_VERSION=0.6.2 diff --git a/.github/workflows/wheels-windows.yml b/.github/workflows/wheels-windows.yml index 3219c7f2c..63357de8e 100644 --- a/.github/workflows/wheels-windows.yml +++ b/.github/workflows/wheels-windows.yml @@ -34,7 +34,7 @@ jobs: shell: bash run: | python3 -mpip install wheel - TENSORDICT_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel + TENSORDICT_BUILD_VERSION=0.6.2 python3 setup.py bdist_wheel - name: Upload wheel for the test-wheel job uses: actions/upload-artifact@v3 with: diff --git a/version.txt b/version.txt index ee6cdce3c..b61604874 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.1 +0.6.2