diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b66ed19..6588622 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,5 +125,6 @@ jobs: uses: EndBug/add-and-commit@v9 with: default_author: github_actions - message: 'Bump version: ${{ steps.bump.outputs.current-version }}' + message: 'Bump to next version' add: 'pyproject.toml' + push: origin HEAD:main diff --git a/pyproject.toml b/pyproject.toml index 686a525..c1391ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aserto" -version = "0.32.2" +version = "0.32.3" description = "Aserto API client" readme = "README.md" authors = ["Aserto, Inc. "]