We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f8349 commit 8a6b79fCopy full SHA for 8a6b79f
cf_xarray/__init__.py
@@ -9,4 +9,7 @@
9
from .options import set_options # noqa
10
from .utils import _get_version
11
12
+from . import geometry # noqa
13
+
14
+#
15
__version__ = _get_version()
0 commit comments