Skip to content

Commit

Permalink
[Versioning] v0.6.1
Browse files Browse the repository at this point in the history
ghstack-source-id: a899c95c12a3b1b986ed429b6507711c4126189e
Pull Request resolved: #1072

(cherry picked from commit f12d31d)
  • Loading branch information
vmoens committed Nov 4, 2024
1 parent b854d68 commit 80dedb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 TENSORDICT_BUILD_VERSION=0.6.0
set TENSORDICT_BUILD_VERSION=0.6.1
echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
2 changes: 1 addition & 1 deletion .github/scripts/version_script.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

export TENSORDICT_BUILD_VERSION=0.6.0
export TENSORDICT_BUILD_VERSION=0.6.1
2 changes: 1 addition & 1 deletion .github/workflows/wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
run: |
python3 -mpip install wheel
TENSORDICT_BUILD_VERSION=0.6.0 python3 setup.py bdist_wheel
TENSORDICT_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 version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit 80dedb3

Please sign in to comment.