We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08e74e commit 7b24257Copy full SHA for 7b24257
.github/scripts/version_script.bat
@@ -1,5 +1,5 @@
1
@echo off
2
-set TENSORDICT_BUILD_VERSION=0.7.0
+set TENSORDICT_BUILD_VERSION=0.7.1
3
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
4
5
@echo on
.github/scripts/version_script.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-export TENSORDICT_BUILD_VERSION=0.7.0
+export TENSORDICT_BUILD_VERSION=0.7.1
0 commit comments