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 19f3bd5 commit 208c4b6Copy full SHA for 208c4b6
.github/scripts/pre-build-script-win.sh
@@ -2,4 +2,4 @@
2
3
pip install --upgrade setuptools
4
5
-export TORCHRL_BUILD_VERSION=0.9.0
+export TORCHRL_BUILD_VERSION=0.9.1
.github/scripts/td_script.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
6
# Check if ARCH is set to aarch64
.github/scripts/version_script.bat
@@ -1,5 +1,5 @@
@echo off
-set TORCHRL_BUILD_VERSION=0.9.0
+set TORCHRL_BUILD_VERSION=0.9.1
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
@echo on
version.txt
@@ -1 +1 @@
-0.9.0
+0.9.1
0 commit comments