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 88c082f + cb11b96 commit f20236bCopy full SHA for f20236b
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
[tool.poetry]
6
# Check https://python-poetry.org/docs/pyproject/ for all available sections
7
name = "ansys-fluent-visualization"
8
-version = "0.22.0"
+version = "0.22.1"
9
description = "A python wrapper for ansys Fluent visualization"
10
license = "MIT"
11
authors = ["ANSYS, Inc. <[email protected]>"]
tests/test_metadata.py
@@ -24,4 +24,4 @@
24
25
26
def test_pkg_version():
27
- assert __version__ == "0.22.0"
+ assert __version__ == "0.22.1"
0 commit comments