File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323author = "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 ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " xarray-custom"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44description = " Data classes for custom xarray creation"
55authors = [" Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 44
55# test functions
66def test_version ():
7- assert __version__ == "0.6.1 "
7+ assert __version__ == "0.6.2 "
88
99
1010def test_author ():
Original file line number Diff line number Diff line change 11# flake8: noqa
2- __version__ = "0.6.1 "
2+ __version__ = "0.6.2 "
33__author__ = "Akio Taniguchi"
44
55
You can’t perform that action at this time.
0 commit comments