Skip to content

Commit c52fc12

Browse files
authored
#182 Merge pull request from astropenguin/astropenguin/issue181
Release v1.3.2
2 parents 40b122e + 646d3c6 commit c52fc12

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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.1
7-
date-released: 2022-09-05
6+
version: 1.3.2
7+
date-released: 2023-01-16
88
license: "MIT"
99
doi: "10.5281/zenodo.4624819"
1010
url: "https://github.com/astropenguin/xarray-dataclasses"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2022 Akio Taniguchi
3+
Copyright (c) 2020-2023 Akio Taniguchi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Python](https://img.shields.io/pypi/pyversions/xarray-dataclasses?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/xarray-dataclasses/)
55
[![Downloads](https://img.shields.io/pypi/dm/xarray-dataclasses?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/xarray-dataclasses)
66
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.4624819-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.4624819)
7-
[![Tests](https://img.shields.io/github/workflow/status/astropenguin/xarray-dataclasses/Tests?label=Tests&style=flat-square)](https://github.com/astropenguin/xarray-dataclasses/actions)
7+
[![Tests](https://img.shields.io/github/actions/workflow/status/astropenguin/xarray-dataclasses/tests.yml?label=Tests&style=flat-square)](https://github.com/astropenguin/xarray-dataclasses/actions)
88

99
xarray data creation made easy by dataclass
1010

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.1"
3+
version = "1.3.2"
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.3.1"
20+
__version__ = "1.3.2"
2121

2222

2323
# submodules

0 commit comments

Comments
 (0)