Skip to content

Commit a489091

Browse files
committed
ENH: Bump version to 3.0.0
1 parent 41c6acc commit a489091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-dataclass"
55
abstract: "xarray data creation by data classes"
6-
version: 2.0.0
6+
version: 3.0.0
77
date-released: 2025-07-30
88
license: "MIT"
99
doi: "10.5281/zenodo.16604747"

src/xarray_dataclass/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SPDX-License-Identifier: MIT
2-
__version__ = "2.0.0"
2+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)