Skip to content

Commit

Permalink
Update to version 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdnolan committed Aug 29, 2024
1 parent 4cca3ba commit 54de949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mosaic/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 1, 0)
__version_info__ = (0, 1, 1)
__version__ = '.'.join(str(vi) for vi in __version_info__)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mosaic"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="E3SM Development Team", email="[email protected]" },
]
Expand Down

0 comments on commit 54de949

Please sign in to comment.