Skip to content

Commit

Permalink
Remove get_pypam_version
Browse files Browse the repository at this point in the history
Client code can use something like:

        import importlib.metadata

        return importlib.metadata.version("lifewatch-pypam")
  • Loading branch information
carueda committed Mar 19, 2024
1 parent 25b5b37 commit 91c2242
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 91c2242

Please sign in to comment.