ansys-fluent-core 0.30.dev1__py3-none-any.whl → 0.30.dev2__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.

@@ -63,7 +63,7 @@ from ansys.fluent.core.utils import fldoc, get_examples_download_dir
63
63
  from ansys.fluent.core.utils.fluent_version import FluentVersion # noqa: F401
64
64
  from ansys.fluent.core.utils.setup_for_fluent import setup_for_fluent # noqa: F401
65
65
 
66
- _VERSION_INFO = "Build date: February 19, 2025 17:03 UTC ShaID: a9928fc"
66
+ _VERSION_INFO = "Build date: February 20, 2025 11:49 UTC ShaID: 1b0f023"
67
67
  """Global variable indicating the version of the PyFluent package - Empty by default"""
68
68
 
69
69
  _THIS_DIRNAME = os.path.dirname(__file__)
@@ -28,7 +28,7 @@ version_info = 0, 1, 'dev0'
28
28
  """
29
29
 
30
30
  # major, minor, patch
31
- version_info = 0, 30, "dev1"
31
+ version_info = 0, 30, "dev2"
32
32
 
33
33
  # Nice string for the version
34
34
  __version__ = ".".join(map(str, version_info))