Skip to content

Commit

Permalink
[Versioning] v0.6.1
Browse files Browse the repository at this point in the history
ghstack-source-id: 675a40340ec8e0adaa02aa15fb0d1367931bdce1
Pull Request resolved: #2533
  • Loading branch information
vmoens committed Nov 4, 2024
1 parent 05aeb89 commit fa64c2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/td_script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

export TORCHRL_BUILD_VERSION=0.6.0
export TORCHRL_BUILD_VERSION=0.6.1

${CONDA_RUN} pip install git+https://github.com/pytorch/tensordict.git -U
2 changes: 1 addition & 1 deletion .github/scripts/version_script.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
set TORCHRL_BUILD_VERSION=0.6.0
set TORCHRL_BUILD_VERSION=0.6.1
echo TORCHRL_BUILD_VERSION is set to %TORCHRL_BUILD_VERSION%
2 changes: 1 addition & 1 deletion .github/workflows/wheels-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
run: |
python3 -mpip install wheel
TORCHRL_BUILD_VERSION=0.6.0 python3 setup.py bdist_wheel
TORCHRL_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel
- name: Upload wheel for the test-wheel job
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def _main(argv):
if is_nightly:
tensordict_dep = "tensordict-nightly"
else:
tensordict_dep = "tensordict>=0.6.0"
tensordict_dep = "tensordict>=0.6.1"

if is_nightly:
version = get_nightly_version()
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit fa64c2f

Please sign in to comment.