Skip to content

Commit e1e259f

Browse files
authored
#171 Merge pull request from astropenguin/astropenguin/issue170
Release v1.3.1
2 parents 0ebccca + e416c9f commit e1e259f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CITATION.ctf renamed to 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.3.0
6+
version: 1.3.1
77
date-released: 2022-09-05
88
license: "MIT"
99
doi: "10.5281/zenodo.4624819"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.4624819-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.4624819)
77
[![Tests](https://img.shields.io/github/workflow/status/astropenguin/xarray-dataclasses/Tests?label=Tests&style=flat-square)](https://github.com/astropenguin/xarray-dataclasses/actions)
88

9-
xarray extension for typed DataArray and Dataset creation
10-
9+
xarray data creation made easy by dataclass
1110

1211
## Overview
1312

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.3.0"
3+
version = "1.3.1"
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
@@ -1,5 +1,5 @@
11
# type: ignore
2-
__version__ = "1.3.0"
2+
__version__ = "1.3.1"
33

44

55
# submodules

0 commit comments

Comments
 (0)