diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9b1c4178466..13713b04485 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -4,7 +4,7 @@ on: types: [opened, synchronize, reopened] push: branches: - - release/0.1.0 + - release/0.1.1 jobs: @@ -26,7 +26,7 @@ jobs: run: | export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH" python3 -mpip install wheel - BUILD_VERSION=0.1.0 python3 setup.py bdist_wheel + BUILD_VERSION=0.1.1 python3 setup.py bdist_wheel # NB: wheels have the linux_x86_64 tag so we rename to manylinux1 # find . -name 'dist/*whl' -exec bash -c ' mv $0 ${0/linux/manylinux1}' {} \; # pytorch/pytorch binaries are also manylinux_2_17 compliant but they @@ -66,7 +66,7 @@ jobs: run: | export CC=clang CXX=clang++ python3 -mpip install wheel - BUILD_VERSION=0.1.0 python3 setup.py bdist_wheel + BUILD_VERSION=0.1.1 python3 setup.py bdist_wheel - name: Upload wheel for the test-wheel job uses: actions/upload-artifact@v2 with: @@ -98,7 +98,7 @@ jobs: shell: bash run: | python3 -mpip install wheel - BUILD_VERSION=0.1.0 python3 setup.py bdist_wheel + BUILD_VERSION=0.1.1 python3 setup.py bdist_wheel - name: Upload wheel for the test-wheel job uses: actions/upload-artifact@v2 with: diff --git a/README.md b/README.md index f993f9e403b..3c860680571 100644 --- a/README.md +++ b/README.md @@ -643,7 +643,7 @@ If you're using TorchRL, please refer to this BibTeX entry to cite this work: author = {Moens, Vincent}, title = {{TorchRL: an open-source Reinforcement Learning (RL) library for PyTorch}}, url = {https://github.com/pytorch/rl}, - version = {0.1.0}, + version = {0.1.1}, year = {2023} } ``` diff --git a/setup.py b/setup.py index 25621c689b2..3679bd11b9c 100644 --- a/setup.py +++ b/setup.py @@ -204,7 +204,7 @@ def _main(argv): "numpy", "packaging", "cloudpickle", - "tensordict>=0.1.0", + "tensordict>=0.1.1", ], extras_require={ "atari": [ diff --git a/version.txt b/version.txt index 6e8bf73aa55..17e51c385ea 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +0.1.1