Bump version: 1.3.0 → 1.3.1
Some checks failed
Python package / build (3.10) (push) Has been cancelled
Python package / build (3.11) (push) Has been cancelled
Python package / build (3.12) (push) Has been cancelled
Python package / build (3.13) (push) Has been cancelled
Python package / build (3.14) (push) Has been cancelled
Python package / build (3.9) (push) Has been cancelled

This commit is contained in:
mbsantiago 2026-03-25 13:57:34 +00:00
parent 04af8cdcea
commit 4ae567bc1d
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
commit = True
tag = True

View File

@ -3,4 +3,4 @@ import logging
numba_logger = logging.getLogger("numba")
numba_logger.setLevel(logging.WARNING)
__version__ = "1.3.0"
__version__ = "1.3.1"

View File

@ -1,6 +1,6 @@
[project]
name = "batdetect2"
version = "1.3.0"
version = "1.3.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" },