Skip to content

Commit 6244e88

Browse files
committed
[Versioning] Bump v0.8.0
ghstack-source-id: d3885be Pull Request resolved: #1257
1 parent c72a8f3 commit 6244e88

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
@echo on

.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} python -m pip install cmake pybind11 -U

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def _main(argv):
199199
],
200200
"checkpointing": ["torchsnapshot-nightly"],
201201
"h5": ["h5py>=3.8"],
202+
"dev": ["pybind11", "cmake", "ninja"],
202203
},
203204
zip_safe=False,
204205
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)