We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7428b2 + 1632538 commit 0c682d9Copy full SHA for 0c682d9
.github/workflows/ci.yaml
@@ -125,5 +125,6 @@ jobs:
125
uses: EndBug/add-and-commit@v9
126
with:
127
default_author: github_actions
128
- message: 'Bump version: ${{ steps.bump.outputs.current-version }}'
+ message: 'Bump to next version'
129
add: 'pyproject.toml'
130
+ push: origin HEAD:main
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aserto"
3
-version = "0.32.2"
+version = "0.32.3"
4
description = "Aserto API client"
5
readme = "README.md"
6
authors = ["Aserto, Inc. <[email protected]>"]
0 commit comments