Skip to content

Commit

Permalink
[Versioning] v0.1.2 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed May 9, 2023
1 parent 361edc1 commit 8913d81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened, synchronize, reopened]
push:
branches:
- release/0.1.1
- release/0.1.2

jobs:
build-wheel:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build wheel
run: |
python -m pip install wheel
BUILD_VERSION=0.1.1 python setup.py bdist_wheel
BUILD_VERSION=0.1.2 python setup.py bdist_wheel
- name: Upload wheel for the test-wheel job
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ If you're using TensorDict, please refer to this BibTeX entry to cite this work:
author = {Moens, Vincent},
title = {{TensorDict: your PyTorch universal data carrier}},
url = {https://github.com/pytorch-labs/tensordict},
version = {0.1.1},
version = {0.1.2},
year = {2023}
}
```
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2

0 comments on commit 8913d81

Please sign in to comment.