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 9e499e5 commit 2672af4Copy full SHA for 2672af4
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-core"
8
-version = "0.28.0"
+version = "0.28.1"
9
description = "PyFluent provides Pythonic access to Ansys Fluent"
10
license = "MIT"
11
authors = ["ANSYS, Inc. <[email protected]>"]
src/ansys/fluent/core/_version.py
@@ -6,7 +6,7 @@
"""
# major, minor, patch
-version_info = 0, 28, 0
+version_info = 0, 28, 1
# Nice string for the version
12
__version__ = ".".join(map(str, version_info))
0 commit comments