Skip to content

Commit bd2c7cd

Browse files
author
Ronen Hilewicz
committed
Bump version to 0.32.2
1 parent 2e50500 commit bd2c7cd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@ jobs:
119119
poetry publish
120120
-
121121
name: Bump version
122-
id: bump
123-
uses: callowayproject/bump-my-version@master
124-
with:
125-
args: patch
122+
run: poetry version patch
126123
-
127124
name: Commit changes
128125
uses: EndBug/add-and-commit@v9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aserto"
3-
version = "0.32.1"
3+
version = "0.32.2"
44
description = "Aserto API client"
55
readme = "README.md"
66
authors = ["Aserto, Inc. <[email protected]>"]

0 commit comments

Comments
 (0)