Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 10, 2023
1 parent 50ffd65 commit 7d59eb7
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "yt_xarray"
version = "0.1.4"
version = "0.2.0"
authors = [
{ name="Chris Havlin", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion yt_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Chris Havlin"""
__email__ = "[email protected]"
__version__ = "0.1.4"
__version__ = "0.2.0"


# import the xarray accessor so it is registered with xarray
Expand Down

0 comments on commit 7d59eb7

Please sign in to comment.