Skip to content

Commit 554308a

Browse files
author
Vincent Moens
committed
version bump
1 parent a873560 commit 554308a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/scripts/version_script.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
55

66
if "%CONDA_RUN%"=="" (

.github/scripts/version_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 TENSORDICT_BUILD_VERSION=0.8.0
3+
export TENSORDICT_BUILD_VERSION=0.8.1
44
export SETUPTOOLS_SCM_PRETEND_VERSION=$TENSORDICT_BUILD_VERSION
55
# TODO: consider lower this
66
export MACOSX_DEPLOYMENT_TARGET=15.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target-version = ["py39"]
1616

1717
[project]
1818
name = "tensordict"
19-
version = "0.8.0"
19+
version = "0.8.1"
2020
description = "TensorDict is a pytorch dedicated tensor container."
2121
authors = [
2222
{ name="Vincent Moens", email="vincentmoens@gmail.com" }

version.txt

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

0 commit comments

Comments
 (0)