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 4a58d57 commit a1ebe3cCopy full SHA for a1ebe3c
.github/scripts/pre-build-script-win.sh
@@ -2,4 +2,4 @@
2
3
pip install --upgrade setuptools
4
5
-export TORCHRL_BUILD_VERSION=0.10.0
+export TORCHRL_BUILD_VERSION=0.10.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.10.0
+set TORCHRL_BUILD_VERSION=0.10.1
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
@echo on
version.txt
@@ -1 +1 @@
-0.10.0
+0.10.1
0 commit comments