Skip to content

Commit d24e2b1

Browse files
committed
Update package version (0.2.0 → 0.2.1)
1 parent d9f0d1a commit d24e2b1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

tests/test_version.py

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

55
# test functions
66
def test_version():
7-
assert __version__ == "0.2.0"
7+
assert __version__ == "0.2.1"

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.2.0"
2+
__version__ = "0.2.1"
33
__author__ = "Akio Taniguchi"
44

55

0 commit comments

Comments
 (0)