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.
1 parent 2e50500 commit bd2c7cdCopy full SHA for bd2c7cd
.github/workflows/ci.yaml
@@ -119,10 +119,7 @@ jobs:
119
poetry publish
120
-
121
name: Bump version
122
- id: bump
123
- uses: callowayproject/bump-my-version@master
124
- with:
125
- args: patch
+ run: poetry version patch
126
127
name: Commit changes
128
uses: EndBug/add-and-commit@v9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aserto"
3
-version = "0.32.1"
+version = "0.32.2"
4
description = "Aserto API client"
5
readme = "README.md"
6
authors = ["Aserto, Inc. <[email protected]>"]
0 commit comments