Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Feb 18, 2025
1 parent d08e74e commit 7b24257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/version_script.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set TENSORDICT_BUILD_VERSION=0.7.0
set TENSORDICT_BUILD_VERSION=0.7.1
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%

@echo on
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/version_script.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

export TENSORDICT_BUILD_VERSION=0.7.0
export TENSORDICT_BUILD_VERSION=0.7.1

0 comments on commit 7b24257

Please sign in to comment.