From 4b75e13fa280c27d0a9905dde610011f13853dc4 Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Wed, 12 Mar 2025 18:03:43 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.2.0?= 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 5ce1035..1e185e1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.2.0 commit = True tag = True diff --git a/batdetect2/__init__.py b/batdetect2/__init__.py index 6e4d4e0..7debe0d 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.1" +__version__ = "1.2.0" diff --git a/pyproject.toml b/pyproject.toml index 9e59cbc..c1ccdbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "batdetect2" -version = "1.1.1" +version = "1.2.0" 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" },