From 7428422d7e9fb8e7327d654fd691df9a6eef3602 Mon Sep 17 00:00:00 2001 From: Clea Parcerisas Date: Thu, 31 Aug 2023 10:36:07 +0200 Subject: [PATCH] boost to version 0.1.7 --- 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 c8c36f1..fcccb5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhydrophone" -version = "0.1.6" +version = "0.1.7" description = "python package to read and calibrate hydrophone data" authors = ["Clea Parcerisas "] license = "OSI Approved :: MIT License" diff --git a/setup.cfg b/setup.cfg index 95a7e91..095c193 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyhydrophone -version = 0.1.6 +version = 0.1.7 author = Clea Parcerisas author_email = clea.parcerisas@vliz.be description = Python scripts to read hydrophones files diff --git a/setup.py b/setup.py index 1e76fa0..0cb8ea0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pyhydrophone', - version='0.1.6', + version='0.1.7', description='Python scripts to read hydrophones files', url='https://github.com/lifewatch/pyhydrophone.git', author='Clea Parcerisas',