diff --git a/pyproject.toml b/pyproject.toml index 98cd1df..824e4c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,13 @@ [project] name = "ufs2arco" -version = "0.0.2" +version = "0.1.0" description = "Tools for converting Unified Forecast System (UFS) output to Analysis Ready, Cloud Optimized (ARCO) format" authors = [ {name="Timothy Smith", email="tim.smith@noaa.gov"}, - {name="Lauryn Eldridge", email="leldridge@wvhtf.org"}, - {name="Ken Witt", email="kwitt@wvhtf.org"}, + {name="Daniel Abdi"}, + {name="Mariah Pope"}, + {name="Lauryn Eldridge"}, + {name="Ken Witt"}, ] license = {file = "LICENSE.txt"} readme = "README.md" diff --git a/ufs2arco/__init__.py b/ufs2arco/__init__.py index 45d2947..03e4e2c 100644 --- a/ufs2arco/__init__.py +++ b/ufs2arco/__init__.py @@ -1,7 +1,7 @@ -__version__ = "0.0.2" +__version__ = "0.1.0" from .cice6dataset import CICE6Dataset from .fv3dataset import FV3Dataset from .mom6dataset import MOM6Dataset from .regrid import MOM6Regridder, CICE6Regridder -from .timer import Timer \ No newline at end of file +from .timer import Timer