Skip to content

Commit 48b6e07

Browse files
committed
[Versioning] Bump v0.8.0
ghstack-source-id: 64c8a22c20e11633ed16a37f13f359e5f82fe9e3 Pull Request resolved: #1257
1 parent 9553736 commit 48b6e07

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/scripts/version_script.bat

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

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

55
${CONDA_RUN} conda install -c conda-forge pybind11 -y

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def _main(argv):
225225
],
226226
"checkpointing": ["torchsnapshot-nightly"],
227227
"h5": ["h5py>=3.8"],
228+
"dev": ["pybind11", "cmake", "ninja"],
228229
},
229230
zip_safe=False,
230231
classifiers=[

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)