diff --git a/README.rst b/README.rst index 8d660f49eb4..96bed913274 100644 --- a/README.rst +++ b/README.rst @@ -21,6 +21,8 @@ as well as broad access to Fluent features including: - Ability to use Fluent TUI commands for both meshing and solver features - Ability to use Fluent's in-built post processing capabilities +This version of PyFluent is supported for Ansys optiSLang 2022 R2 release. + Documentation and Issues ------------------------ Please see the latest release `documentation `_ diff --git a/src/ansys/fluent/core/_version.py b/src/ansys/fluent/core/_version.py index 53e41e6ea3a..66fafb5a7e3 100644 --- a/src/ansys/fluent/core/_version.py +++ b/src/ansys/fluent/core/_version.py @@ -6,7 +6,7 @@ """ # major, minor, patch -version_info = 0, 4, "dev0" +version_info = 0, 5, 0 # Nice string for the version __version__ = ".".join(map(str, version_info))