Skip to content

Commit 765d0d2

Browse files
author
Vincent Moens
committed
[Versioning] Bump v0.8.0
ghstack-source-id: 32d4af0 Pull Request resolved: #1257
1 parent 63ac1f2 commit 765d0d2

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

.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
export export CMAKE_PREFIX_PATH=$CONDA_PREFIX:$CMAKE_PREFIX_PATH
55

66
${CONDA_RUN} python -m pip install cmake pybind11 -U

setup.py

Lines changed: 1 addition & 0 deletions
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

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)