File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11@ echo off
2- set TENSORDICT_BUILD_VERSION = 0.8.0
3- set SETUPTOOLS_SCM_PRETEND_VERSION = 0.8.0
2+ set TENSORDICT_BUILD_VERSION = 0.8.1
3+ set SETUPTOOLS_SCM_PRETEND_VERSION = 0.8.1
44echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
55
66if " %CONDA_RUN% " == " " (
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export TENSORDICT_BUILD_VERSION=0.8.0
3+ export TENSORDICT_BUILD_VERSION=0.8.1
44export SETUPTOOLS_SCM_PRETEND_VERSION=$TENSORDICT_BUILD_VERSION
55# TODO: consider lower this
66export MACOSX_DEPLOYMENT_TARGET=15.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ target-version = ["py39"]
1616
1717[project ]
1818name = " tensordict"
19- version = " 0.8.0 "
19+ version = " 0.8.1 "
2020description = " TensorDict is a pytorch dedicated tensor container."
2121authors = [
2222 { name =" Vincent Moens" , email =" vincentmoens@gmail.com" }
Original file line number Diff line number Diff line change 1- 0.8.0
1+ 0.8.1
You can’t perform that action at this time.
0 commit comments