Skip to content

Commit 15af2ab

Browse files
author
Vincent Moens
committed
[Versioning] Bump v0.8.0
ghstack-source-id: 8bffd75 Pull Request resolved: #2845
1 parent 3c109ba commit 15af2ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/scripts/td_script.sh

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

3-
export TORCHRL_BUILD_VERSION=0.7.0
3+
export TORCHRL_BUILD_VERSION=0.8.0
44

55
pip install git+https://github.com/pytorch/tensordict.git -U

.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.7.0
2+
set TORCHRL_BUILD_VERSION=0.8.0
33
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
44

55
@echo on

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _main(argv):
176176
if is_nightly:
177177
tensordict_dep = "tensordict-nightly"
178178
else:
179-
tensordict_dep = "tensordict>=0.7.0"
179+
tensordict_dep = "tensordict>=0.8.0"
180180

181181
if is_nightly:
182182
version = get_nightly_version()

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)