Skip to content

Commit

Permalink
expose the index
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jul 9, 2024
1 parent 5efb318 commit f53539a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pint_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from . import accessors, formatting, testing # noqa: F401
from .accessors import default_registry as unit_registry
from .accessors import setup_registry
from .index import PintIndex

try:
__version__ = version("pint-xarray")
Expand All @@ -21,4 +22,5 @@
"testing",
"unit_registry",
"setup_registry",
"PintIndex",
]

0 comments on commit f53539a

Please sign in to comment.