From 3b06a448493f7dbec385f8b8c8a720e93ce9254f Mon Sep 17 00:00:00 2001 From: Clea Parcerisas Date: Mon, 30 Jan 2023 13:28:00 +0100 Subject: [PATCH] changed version number --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b28398e..40ed981 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lifewatch-pypam -version = 0.1.8 +version = 0.1.9 author = Clea Parcerisas author_email = clea.parcerisas@vliz.be description = Facilitate acoustic processing from underwater acoustic recorders diff --git a/setup.py b/setup.py index 2c21e5c..d1a46f8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name='lifewatch-pypam', - version='0.1.8', + version='0.1.9', description='Facilitate acoustic processing from underwater acoustic recorders', author='Clea Parcerisas', author_email='cleap@vliz.be',