Skip to content

Commit 8d5aa03

Browse files
committed
#225 Update package version (1.7.0 → 1.8.0)
1 parent 1dbc255 commit 8d5aa03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below."
33

44
title: "xarray-dataclasses"
55
abstract: "xarray data creation made easy by dataclass"
6-
version: 1.7.0
6+
version: 1.8.0
77
date-released: 2023-10-16
88
license: "MIT"
99
doi: "10.5281/zenodo.4624819"

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.7.0"
3+
version = "1.8.0"
44
description = "xarray data creation made easy by dataclass"
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
@@ -17,7 +17,7 @@
1717
"dataoptions",
1818
"typing",
1919
]
20-
__version__ = "1.7.0"
20+
__version__ = "1.8.0"
2121

2222

2323
# submodules

0 commit comments

Comments
 (0)