From 10b93d9a565df73fb15c7ec6f5441a729909111a Mon Sep 17 00:00:00 2001 From: Alan <37482427+alemon-aquaveo@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:56:37 -0600 Subject: [PATCH] -bug fix when using the fix_point_connections -updated the version --- _package/xms/mesher/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/xms/mesher/__init__.py b/_package/xms/mesher/__init__.py index 31f2cc66..f3f1cc6a 100644 --- a/_package/xms/mesher/__init__.py +++ b/_package/xms/mesher/__init__.py @@ -2,4 +2,4 @@ from . import meshing # NOQA: F401 from .api.mesh import generate_mesh # NOQA: F401 -__version__ = '5.1.5' +__version__ = '5.1.6'