Skip to content

Commit cb11b96

Browse files
authored
build: Bump version to v0.22.1 (#585)
Bump version to v0.22.1
1 parent f71882b commit cb11b96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: "Deploy the stable documentation"
189189
uses: ansys/actions/[email protected]
190190
with:
191-
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
191+
doc-artifact-name: HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
192192
cname: ${{ env.DOCUMENTATION_CNAME }}
193193
token: ${{ secrets.GITHUB_TOKEN }}
194194
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
# Check https://python-poetry.org/docs/pyproject/ for all available sections
77
name = "ansys-fluent-visualization"
8-
version = "0.22.0"
8+
version = "0.22.1"
99
description = "A python wrapper for ansys Fluent visualization"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <[email protected]>"]

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525

2626
def test_pkg_version():
27-
assert __version__ == "0.22.0"
27+
assert __version__ == "0.22.1"

0 commit comments

Comments
 (0)