Bump version: 1.0.8 → 1.1.0

This commit is contained in:
mbsantiago 2024-11-11 11:18:39 +00:00
parent 3c22ff28a7
commit c393c5c29b
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.8
current_version = 1.1.0
commit = True
tag = True

View File

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

View File

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