File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
77name = " ansys-fluent-visualization"
8- version = " 0.22.0 "
8+ version = " 0.22.1 "
99description = " A python wrapper for ansys Fluent visualization"
1010license = " MIT"
1111authors = [
" ANSYS, Inc. <[email protected] >" ]
Original file line number Diff line number Diff line change 2424
2525
2626def test_pkg_version ():
27- assert __version__ == "0.22.0 "
27+ assert __version__ == "0.22.1 "
You can’t perform that action at this time.
0 commit comments