Skip to content

Commit

Permalink
Merge pull request #118 from lifewatch/get_version_take_2
Browse files Browse the repository at this point in the history
Remove get_pypam_version
  • Loading branch information
cparcerisas authored Mar 20, 2024
2 parents 25b5b37 + 91c2242 commit 13adf3f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pypam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
"""
Main PyPAM module.
"""
__version__ = "0.3.0"

from pypam.dataset import DataSet
from pypam.acoustic_survey import ASA
from pypam.acoustic_file import AcuFile
from pypam.signal import Signal
from pypam.detection import Detection


def get_pypam_version():
"""
Get the version of the pypam package.
"""
return __version__

0 comments on commit 13adf3f

Please sign in to comment.