Skip to content

Commit 45335cb

Browse files
committed
#24 Update package version (0.6.1 → 0.6.2)
1 parent 4e8b717 commit 45335cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Akio Taniguchi"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.6.1"
26+
release = "0.6.2"
2727

2828

2929
# -- General configuration ---------------------------------------------------

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-custom"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Data classes for custom xarray creation"
55
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
66
license = "MIT"

tests/test_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# test functions
66
def test_version():
7-
assert __version__ == "0.6.1"
7+
assert __version__ == "0.6.2"
88

99

1010
def test_author():

xarray_custom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = "0.6.1"
2+
__version__ = "0.6.2"
33
__author__ = "Akio Taniguchi"
44

55

0 commit comments

Comments
 (0)