Skip to content

Commit 80dedb3

Browse files
committed
[Versioning] v0.6.1
ghstack-source-id: a899c95c12a3b1b986ed429b6507711c4126189e Pull Request resolved: #1072 (cherry picked from commit f12d31d)
1 parent b854d68 commit 80dedb3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/scripts/version_script.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
set TENSORDICT_BUILD_VERSION=0.6.0
2+
set TENSORDICT_BUILD_VERSION=0.6.1
33
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%

.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.6.0
3+
export TENSORDICT_BUILD_VERSION=0.6.1

.github/workflows/wheels-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535
run: |
3636
python3 -mpip install wheel
37-
TENSORDICT_BUILD_VERSION=0.6.0 python3 setup.py bdist_wheel
37+
TENSORDICT_BUILD_VERSION=0.6.1 python3 setup.py bdist_wheel
3838
- name: Upload wheel for the test-wheel job
3939
uses: actions/upload-artifact@v3
4040
with:

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

0 commit comments

Comments
 (0)