diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3eab43e..bbb05f5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.8 +current_version = 1.1.0 commit = True tag = True diff --git a/batdetect2/__init__.py b/batdetect2/__init__.py index 3946e17..b6a28c0 100644 --- a/batdetect2/__init__.py +++ b/batdetect2/__init__.py @@ -3,4 +3,4 @@ numba_logger = logging.getLogger("numba") numba_logger.setLevel(logging.WARNING) -__version__ = "1.0.8" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 23eb323..e0a3e5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },