ansys-fluent-core 0.30.4__py3-none-any.whl → 0.30.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-fluent-core might be problematic. Click here for more details.

@@ -62,9 +62,9 @@ from ansys.fluent.core.utils import fldoc, get_examples_download_dir
62
62
  from ansys.fluent.core.utils.fluent_version import FluentVersion # noqa: F401
63
63
  from ansys.fluent.core.utils.setup_for_fluent import setup_for_fluent # noqa: F401
64
64
 
65
- __version__ = "0.30.4"
65
+ __version__ = "0.30.5"
66
66
 
67
- _VERSION_INFO = "Build date: April 24, 2025 19:32 UTC ShaID: f49abf3"
67
+ _VERSION_INFO = "Build date: April 29, 2025 16:52 UTC ShaID: f730b88"
68
68
  """
69
69
  Global variable indicating the version info of the PyFluent package.
70
70
  Build timestamp and commit hash are added to this variable during packaging.