From 80dedb3d36ef6ba337d101908bc79b6752ec3a79 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Mon, 4 Nov 2024 13:13:09 +0000 Subject: [PATCH] [Versioning] v0.6.1 ghstack-source-id: a899c95c12a3b1b986ed429b6507711c4126189e Pull Request resolved: https://github.com/pytorch/tensordict/pull/1072 (cherry picked from commit f12d31d13b8fedd76ffea61f0b3875ac5406fb86) --- .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 d4ed2c272..8ae06b603 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.0 +set TENSORDICT_BUILD_VERSION=0.6.1 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 a902c9ae3..f83541255 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.0 +export TENSORDICT_BUILD_VERSION=0.6.1 diff --git a/.github/workflows/wheels-windows.yml b/.github/workflows/wheels-windows.yml index deee1002b..3219c7f2c 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.0 python3 setup.py bdist_wheel + TENSORDICT_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/version.txt b/version.txt index a918a2aa1..ee6cdce3c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1