We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b854d68 commit 80dedb3Copy full SHA for 80dedb3
.github/scripts/version_script.bat
@@ -1,3 +1,3 @@
1
@echo off
2
-set TENSORDICT_BUILD_VERSION=0.6.0
+set TENSORDICT_BUILD_VERSION=0.6.1
3
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
.github/scripts/version_script.sh
#!/bin/bash
-export TENSORDICT_BUILD_VERSION=0.6.0
+export TENSORDICT_BUILD_VERSION=0.6.1
.github/workflows/wheels-windows.yml
@@ -34,7 +34,7 @@ jobs:
34
shell: bash
35
run: |
36
python3 -mpip install wheel
37
- TENSORDICT_BUILD_VERSION=0.6.0 python3 setup.py bdist_wheel
+ TENSORDICT_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel
38
- name: Upload wheel for the test-wheel job
39
uses: actions/upload-artifact@v3
40
with:
version.txt
@@ -1 +1 @@
-0.6.0
+0.6.1
0 commit comments