Bump version: 1.1.0 → 1.1.1

This commit is contained in:
mbsantiago 2024-11-11 13:01:57 +00:00
parent 1d3cd2e305
commit 2100a3e483
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.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.1.0"
__version__ = "1.1.1"

View File

@ -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" },