ansys-fluent-core 0.29.dev2__py3-none-any.whl → 0.29.dev3__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.
- ansys/fluent/core/__init__.py +1 -1
- ansys/fluent/core/_version.py +1 -1
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/launcher/error_handler.py +8 -0
- ansys/fluent/core/launcher/server_info.py +23 -3
- {ansys_fluent_core-0.29.dev2.dist-info → ansys_fluent_core-0.29.dev3.dist-info}/METADATA +2 -2
- {ansys_fluent_core-0.29.dev2.dist-info → ansys_fluent_core-0.29.dev3.dist-info}/RECORD +9 -9
- {ansys_fluent_core-0.29.dev2.dist-info → ansys_fluent_core-0.29.dev3.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.29.dev2.dist-info → ansys_fluent_core-0.29.dev3.dist-info}/WHEEL +0 -0
ansys/fluent/core/__init__.py
CHANGED
|
@@ -41,7 +41,7 @@ from ansys.fluent.core.warnings import ( # noqa: F401
|
|
|
41
41
|
warning,
|
|
42
42
|
)
|
|
43
43
|
|
|
44
|
-
_VERSION_INFO = "Build date: January
|
|
44
|
+
_VERSION_INFO = "Build date: January 21, 2025 13:40 UTC ShaID: b9aa6e9"
|
|
45
45
|
"""Global variable indicating the version of the PyFluent package - Empty by default"""
|
|
46
46
|
|
|
47
47
|
_THIS_DIRNAME = os.path.dirname(__file__)
|