Skip to content

Commit 7d59eb7

Browse files
committed
bump version
1 parent 50ffd65 commit 7d59eb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yt_xarray"
7-
version = "0.1.4"
7+
version = "0.2.0"
88
authors = [
99
{ name="Chris Havlin", email="[email protected]" },
1010
]

yt_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Chris Havlin"""
44
__email__ = "[email protected]"
5-
__version__ = "0.1.4"
5+
__version__ = "0.2.0"
66

77

88
# import the xarray accessor so it is registered with xarray

0 commit comments

Comments
 (0)