Skip to content

Commit 7b24257

Browse files
committed
Update versions
1 parent d08e74e commit 7b24257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/version_script.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set TENSORDICT_BUILD_VERSION=0.7.0
2+
set TENSORDICT_BUILD_VERSION=0.7.1
33
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
44

55
@echo on

.github/scripts/version_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
export TENSORDICT_BUILD_VERSION=0.7.0
3+
export TENSORDICT_BUILD_VERSION=0.7.1

0 commit comments

Comments
 (0)