From 608b2b383a5dcdc8eaff6b89dcd7e278ad8ab878 Mon Sep 17 00:00:00 2001 From: tomsail Date: Thu, 21 Mar 2024 18:59:22 +0100 Subject: [PATCH] [pipy] updated to version 0.1.5 --- pyproject.toml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4947c48..de1e29a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xarray-selafin" -version = "0.1.4" +version = "0.1.5" description = "" authors = ["tomsail ", "lucduron "] readme = "README.md" diff --git a/setup.cfg b/setup.cfg index 739c14e..42f6ff9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = xarray-selafin -version = 0.1.4 +version = 0.1.5 author = tomsail, lucduron author_email = saillour.thomas@gmail.com, l.duron@cnr.tm.fr description = https://github.com/seareport/xarray-selafin diff --git a/setup.py b/setup.py index e108509..e2ab057 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="xarray-selafin", - version="0.1.4", + version="0.1.5", author=["tomsail", "lucduron"], author_email="l.duron@cnr.tm.fr", description="https://github.com/seareport/xarray-selafin",