From 2100a3e483116037c57698c72bbe506c604ebd0b Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Mon, 11 Nov 2024 13:01:57 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- batdetect2/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bbb05f5..5ce1035 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True diff --git a/batdetect2/__init__.py b/batdetect2/__init__.py index b6a28c0..6e4d4e0 100644 --- a/batdetect2/__init__.py +++ b/batdetect2/__init__.py @@ -3,4 +3,4 @@ import logging numba_logger = logging.getLogger("numba") numba_logger.setLevel(logging.WARNING) -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/pyproject.toml b/pyproject.toml index e0a3e5e..9e59cbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "batdetect2" -version = "1.1.0" +version = "1.1.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" },