Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Jun 18, 2024
1 parent d7e63c8 commit 0dbb205
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.0"
version = "0.1.1"
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.0"
__version__ = "0.1.1"

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

0 comments on commit 0dbb205

Please sign in to comment.