Skip to content

Commit

Permalink
Merge pull request #27 from astropenguin/#24-release-v0.6.2
Browse files Browse the repository at this point in the history
Release v0.6.2
  • Loading branch information
astropenguin authored Aug 4, 2020
2 parents 4e8b717 + 45335cb commit 9350046
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Akio Taniguchi"

# The full version, including alpha/beta/rc tags
release = "0.6.1"
release = "0.6.2"


# -- General configuration ---------------------------------------------------
Expand Down
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-custom"
version = "0.6.1"
version = "0.6.2"
description = "Data classes for custom xarray creation"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# test functions
def test_version():
assert __version__ == "0.6.1"
assert __version__ == "0.6.2"


def test_author():
Expand Down
2 changes: 1 addition & 1 deletion xarray_custom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = "0.6.1"
__version__ = "0.6.2"
__author__ = "Akio Taniguchi"


Expand Down

0 comments on commit 9350046

Please sign in to comment.