Skip to content

Commit 8b19f0d

Browse files
authored
Merge pull request #34 from seareport/pipy-0.1.6
[pipy] updated to version 0.1.6
2 parents 08556cd + fba64a8 commit 8b19f0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-selafin"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = ""
55
authors = ["tomsail <saillour.thomas@gmail.com>", "lucduron <l.duron@cnr.tm.fr>"]
66
readme = "README.md"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = xarray-selafin
3-
version = 0.1.5
3+
version = 0.1.6
44
author = tomsail, lucduron
55
author_email = saillour.thomas@gmail.com, l.duron@cnr.tm.fr
66
description = https://github.com/seareport/xarray-selafin

setup.py

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

44
setup(
55
name="xarray-selafin",
6-
version="0.1.5",
6+
version="0.1.6",
77
author=["tomsail", "lucduron"],
88
author_email="l.duron@cnr.tm.fr",
99
description="https://github.com/seareport/xarray-selafin",

0 commit comments

Comments
 (0)