Skip to content

Commit

Permalink
import echoregions_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuguinay committed Oct 2, 2023
1 parent a480450 commit 2ee2ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions _echoregions_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version = "0.1.dev348+ga480450.d20231002"
2 changes: 2 additions & 0 deletions echoregions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
that contain the majority of the functionality within echoregions.
"""

from _echoregions_version import version as __version__ # noqa

from .core import read_evl, read_evr
from .utils.api import convert_mask_2d_to_3d, convert_mask_3d_to_2d

Expand Down

0 comments on commit 2ee2ba2

Please sign in to comment.