Skip to content

Commit

Permalink
Increased xmsgrid version range to allow new file format.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolinar authored and wdolinar committed Aug 17, 2022
1 parent 00abfec commit 258b255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _package/xms/stamper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import stamping # NOQA: F401
from .api.stamp import stamp # NOQA: F401

__version__ = '6.0.2'
__version__ = '6.0.3'
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 XmsstamperConan(XmsConanFile):
description = 'Stamer library for XMS products'
xms_dependencies = [
'xmscore/[>=6.0.1 <7.0.0]@aquaveo/stable',
'xmsgrid/[>=7.0.1 <8.0.0]@aquaveo/stable',
'xmsgrid/[>=7.0.1 <9.0.0]@aquaveo/stable',
'xmsinterp/[>=6.0.1 <7.0.0]@aquaveo/stable',
]
extra_export_sources = [
Expand Down

0 comments on commit 258b255

Please sign in to comment.