Skip to content

Commit 2b04837

Browse files
committed
Versioning
1 parent 208c4b6 commit 2b04837

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/scripts/pre-build-script-win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
pip install --upgrade setuptools
44

5-
export TORCHRL_BUILD_VERSION=0.9.1
5+
export TORCHRL_BUILD_VERSION=0.9.2

.github/scripts/td_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export TORCHRL_BUILD_VERSION=0.9.1
3+
export TORCHRL_BUILD_VERSION=0.9.2
44
pip install --upgrade setuptools
55

66
# Check if ARCH is set to aarch64

.github/scripts/version_script.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set TORCHRL_BUILD_VERSION=0.9.1
2+
set TORCHRL_BUILD_VERSION=0.9.2
33
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
44

55
@echo on

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.1
1+
0.9.2

0 commit comments

Comments
 (0)