From 2ddd2c022ec9c86ddcda4adf478123a976d0f4aa Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Mon, 1 May 2023 15:18:09 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.2=20=E2=86=92=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- batdetect2/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/batdetect2/__init__.py b/batdetect2/__init__.py index a6221b3..3f6fab6 100644 --- a/batdetect2/__init__.py +++ b/batdetect2/__init__.py @@ -1 +1 @@ -__version__ = '1.0.2' +__version__ = '1.0.3' diff --git a/pyproject.toml b/pyproject.toml index 44d9e40..e04817b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dev = [ [project] name = "batdetect2" -version = "1.0.2" +version = "1.0.3" description = "Deep learning model for detecting and classifying bat echolocation calls in high frequency audio recordings." authors = [ { "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" },