From 68d3842931a0b103e998eb2b42b128d0252b12bd Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Thu, 13 Apr 2023 08:29:22 -0600 Subject: [PATCH] v1.0.1 --- 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 1f356cc..cd7ca49 100644 --- a/batdetect2/__init__.py +++ b/batdetect2/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.0.1' diff --git a/pyproject.toml b/pyproject.toml index e9887c0..69b1be5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dev = [ [project] name = "batdetect2" -version = "1.0.0" +version = "1.0.1" 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" },