Skip to content

Commit

Permalink
Expose __version__ as module attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed Jan 2, 2025
1 parent eae6071 commit 1ec73da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
# ==============================================================================
"""A Google Earth Engine extension for Xarray."""
from .ext import *
from .ext import __version__

0 comments on commit 1ec73da

Please sign in to comment.