diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d420a10..46dac24 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: contents: write steps: - - uses: eaa3/pypi-auto-publish@feature_checkout_with_lfs + - uses: eaa3/pypi-auto-publish@feature/checkout_with_lfs with: pypi-token: ${{ secrets.PYPI_API_TOKEN }} gh-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.xml b/package.xml index 6e2b6a5..6f70d7f 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ grip - 0.0.15 + 0.0.16 grip is a library for Robot Grasp Learning Environments. Ermano Arruda MIT diff --git a/pyproject.toml b/pyproject.toml index 52f498b..db34e31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gripx" -version = "0.0.15" +version = "0.0.16" description = "Grip is a prototyping toolbox for manipulation research." readme = "README.md" requires-python = ">=3.7,<3.13" diff --git a/setup.py b/setup.py index 492796b..bdf425f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name=f"{package_name}x", - version="0.0.15", + version="0.0.16", description="Grip is a prototyping toolbox for manipulation research.", long_description=open("README.md").read(), url="https://github.com/eaa3/grip.git",