Skip to content

Commit

Permalink
-update version of xmsgrid
Browse files Browse the repository at this point in the history
  • Loading branch information
alemon-aquaveo committed Jul 5, 2024
1 parent 73c2d22 commit 965dec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _package/xms/mesher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import meshing # NOQA: F401
from .api.mesh import generate_mesh # NOQA: F401

__version__ = '5.1.1'
__version__ = '5.1.2'
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class XmsmesherConan(XmsConanFile):
description = 'Mesher library for XMS products'
xms_dependencies = [
'xmscore/[>=6.0.1 <7.0.0]@aquaveo/stable',
'xmsgrid/[>=7.8.3 <8.0.0]@aquaveo/stable',
'xmsgrid/[>=7.8.4 <8.0.0]@aquaveo/stable',
'xmsinterp/[>=6.0.1 <7.0.0]@aquaveo/stable',
]
extra_export_sources = [
Expand Down

0 comments on commit 965dec6

Please sign in to comment.