Skip to content

Commit

Permalink
feat: Add __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Dec 4, 2024
1 parent d350da2 commit a3886fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seastats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import importlib.metadata
import logging
from collections.abc import Sequence

Expand All @@ -23,6 +24,7 @@
from seastats.stats import get_slope_intercept_pp
from seastats.storms import match_extremes

__version__ = importlib.metadata.version(__name__)
__all__ = [
"align_ts",
"GENERAL_METRICS",
Expand Down

0 comments on commit a3886fe

Please sign in to comment.