From 3744709c977c5ee014f3fcea8f9e5ee956f65c88 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Tue, 30 Jan 2024 12:41:32 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.7=20=E2=86=92=201.0.8?= 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 887a342..52e9a85 100644 --- a/batdetect2/__init__.py +++ b/batdetect2/__init__.py @@ -1 +1 @@ -__version__ = '1.0.7' +__version__ = '1.0.8' diff --git a/pyproject.toml b/pyproject.toml index f0973a6..9497d08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dev = [ [project] name = "batdetect2" -version = "1.0.7" +version = "1.0.8" 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" },