Skip to content

Commit aa2eca3

Browse files
committed
[Versioning] Bump v0.8.0
ghstack-source-id: e7760f1 Pull Request resolved: #1257
1 parent e77d9dd commit aa2eca3

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,3 +1,3 @@
11
#!/bin/bash
22

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

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def _main(argv):
220220
],
221221
"checkpointing": ["torchsnapshot-nightly"],
222222
"h5": ["h5py>=3.8"],
223+
"dev": ["pybind11", "cmake", "ninja"],
223224
},
224225
zip_safe=False,
225226
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)