Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Sep 26, 2024
1 parent ce3fdeb commit efaabab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ufs2arco"
version = "0.1.2"
version = "0.2.0"
description = "Tools for converting Unified Forecast System (UFS) output to Analysis Ready, Cloud Optimized (ARCO) format"
authors = [
{name="Timothy Smith", email="[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion ufs2arco/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.2.0"

from .cice6dataset import CICE6Dataset
from .fv3dataset import FV3Dataset
Expand Down

0 comments on commit efaabab

Please sign in to comment.