Skip to content

Commit 364216e

Browse files
authored
Merge pull request #140 from astropenguin/astropenguin/issue139
Release v1.0.0-rc.1
2 parents b97fa4a + 5403faf commit 364216e

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.9.0"
3+
version = "1.0.0-rc.1"
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.9.0"
11+
assert xarray_dataclasses.__version__ == "1.0.0-rc.1"

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.9.0"
3+
__version__ = "1.0.0-rc.1"
44

55

66
# for Python 3.7 and 3.8

0 commit comments

Comments
 (0)