Skip to content

Commit dd14339

Browse files
authored
Merge pull request #21 from astropenguin/#20-release-v0.6.1
#20 Update package version (0.6.0 → 0.6.1)
2 parents dcb0bc5 + aa40da6 commit dd14339

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.0"
26+
release = "0.6.1"
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.0"
3+
version = "0.6.1"
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.0"
7+
assert __version__ == "0.6.1"
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.0"
2+
__version__ = "0.6.1"
33
__author__ = "Akio Taniguchi"
44

55

0 commit comments

Comments
 (0)