Skip to content

Commit

Permalink
#42 Merge pull request from a-lab-nagoya/astropenguin/issue41
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
astropenguin authored Mar 8, 2022
2 parents 5697b14 + 2594567 commit d267a66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xarray-cube"
version = "0.3.0"
version = "0.3.1"
description = "xarray extension for spectral cube analysis"
authors = [
"Akio Taniguchi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def test_author():


def test_version():
assert __version__ == "0.3.0"
assert __version__ == "0.3.1"
2 changes: 1 addition & 1 deletion xarray_cube/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# type: ignore
__author__ = "xarray-cube developers"
__version__ = "0.3.0"
__version__ = "0.3.1"


# submodules
Expand Down

0 comments on commit d267a66

Please sign in to comment.