Skip to content

Commit

Permalink
bump version and add authors (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas authored Jun 18, 2024
1 parent 92199d2 commit 30c2887
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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="[email protected]"},
{name="Lauryn Eldridge", email="[email protected]"},
{name="Ken Witt", email="[email protected]"},
{name="Daniel Abdi"},
{name="Mariah Pope"},
{name="Lauryn Eldridge"},
{name="Ken Witt"},
]
license = {file = "LICENSE.txt"}
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions ufs2arco/__init__.py
Original file line number Diff line number Diff line change
@@ -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
from .timer import Timer

0 comments on commit 30c2887

Please sign in to comment.