Skip to content

Commit 54e7165

Browse files
author
Vincent Moens
committed
[Versioning] Bump v0.8.0
ghstack-source-id: 83b7dfd Pull Request resolved: #1257
1 parent 6533c45 commit 54e7165

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

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

55
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.7.0
3+
export TENSORDICT_BUILD_VERSION=0.8.0
44

55
if [ "$(uname)" == "Darwin" ]; then
66
# For OSX

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def _main(argv):
229229
],
230230
"checkpointing": ["torchsnapshot-nightly"],
231231
"h5": ["h5py>=3.8"],
232+
"dev": ["pybind11", "cmake", "ninja"],
232233
},
233234
zip_safe=False,
234235
classifiers=[

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)