We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3846c1c commit dfbf145Copy full SHA for dfbf145
README.rst
@@ -21,6 +21,8 @@ as well as broad access to Fluent features including:
21
- Ability to use Fluent TUI commands for both meshing and solver features
22
- Ability to use Fluent's in-built post processing capabilities
23
24
+This version of PyFluent is supported for Ansys optiSLang 2022 R2 release.
25
+
26
Documentation and Issues
27
------------------------
28
Please see the latest release `documentation <https://fluentdocs.pyansys.com>`_
src/ansys/fluent/core/_version.py
@@ -6,7 +6,7 @@
6
"""
7
8
# major, minor, patch
9
-version_info = 0, 4, "dev0"
+version_info = 0, 5, 0
10
11
# Nice string for the version
12
__version__ = ".".join(map(str, version_info))
0 commit comments