Skip to content

Commit 5b69294

Browse files
committed
#125 Update package version (0.8.0 → 0.9.0)
1 parent c5a47be commit 5b69294

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xarray-dataclasses"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "xarray extension for typed DataArray and Dataset creation"
55
authors = ["Akio Taniguchi <[email protected]>"]
66
keywords = ["xarray", "dataclass", "dataarray", "dataset", "typing"]

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def test_author():
88

99

1010
def test_version():
11-
assert xarray_dataclasses.__version__ == "0.8.0"
11+
assert xarray_dataclasses.__version__ == "0.9.0"

xarray_dataclasses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# type: ignore
22
__author__ = "Akio Taniguchi"
3-
__version__ = "0.8.0"
3+
__version__ = "0.9.0"
44

55

66
# for Python 3.7 and 3.8

0 commit comments

Comments
 (0)