Skip to content

Commit 130db6c

Browse files
authored
#151 Merge pull request from astropenguin/astropenguin/issue150
Release v1.1.0
2 parents 238a97a + bc6e619 commit 130db6c

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xarray-dataclasses"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "xarray extension for typed DataArray and Dataset creation"
55
authors = ["Akio Taniguchi <[email protected]>"]
66
keywords = ["xarray", "dataclass", "dataarray", "dataset", "typing"]

xarray_dataclasses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# type: ignore
2-
__version__ = "1.0.0"
2+
__version__ = "1.1.0"
33

44

55
# for Python 3.7 and 3.8

0 commit comments

Comments
 (0)