ansys-fluent-core 0.28.0__py3-none-any.whl → 0.28.1__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.

@@ -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 03, 2025 11:52 UTC ShaID: ae21b8a"
44
+ _VERSION_INFO = "Build date: January 07, 2025 17:13 UTC ShaID: 2672af4"
45
45
  """Global variable indicating the version of the PyFluent package - Empty by default"""
46
46
 
47
47
  _THIS_DIRNAME = os.path.dirname(__file__)
@@ -6,7 +6,7 @@ version_info = 0, 1, 'dev0'
6
6
  """
7
7
 
8
8
  # major, minor, patch
9
- version_info = 0, 28, 0
9
+ version_info = 0, 28, 1
10
10
 
11
11
  # Nice string for the version
12
12
  __version__ = ".".join(map(str, version_info))