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