diff --git a/cf2cdm/__init__.py b/cf2cdm/__init__.py index e72c68e..43962db 100644 --- a/cf2cdm/__init__.py +++ b/cf2cdm/__init__.py @@ -22,9 +22,7 @@ # Local copy or not installed with setuptools __version__ = "999" -__all__ = ["__version__"] - from .cfcoords import translate_coords from .datamodels import CDS, ECMWF -__all__ = ["CDS", "ECMWF", "translate_coords"] +__all__ = ["CDS", "ECMWF", "__version__", "translate_coords"]