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