Bump version: 2.0.0b2 -> 2.0.0b3
Some checks failed
CI / Checks (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Has been cancelled
Docs Pages / Build Docs (push) Has been cancelled
Docs Pages / Deploy Docs (push) Has been cancelled

This commit is contained in:
mbsantiago 2026-08-08 14:00:50 +01:00
parent afafccc26d
commit 9e2697458d
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ Code for detecting and classifying bat echolocation calls in high-frequency
audio recordings.
> [!WARNING]
> `batdetect2` 2.0.0b2 is out.
> `batdetect2` 2.0.0b3 is out.
> This is a beta release and we are gathering user feedback.
> If you run into issues or have feedback on the new workflows, please use the
> GitHub issues page to let us know.
@ -68,13 +68,13 @@ can try the following:
### Installing BatDetect2
> [!NOTE]
> `2.0.0b2` is a pre-release on PyPI.
> `2.0.0b3` is a pre-release on PyPI.
> You may need to request it explicitly by version, for example:
>
> ```bash
> uvx --from batdetect2==2.0.0b2 batdetect2
> uv tool install batdetect2==2.0.0b2
> pip install batdetect2==2.0.0b2
> uvx --from batdetect2==2.0.0b3 batdetect2
> uv tool install batdetect2==2.0.0b3
> pip install batdetect2==2.0.0b3
> ```
If you have `uv` installed (if not, we recommend it; follow the instructions

View File

@ -1,6 +1,6 @@
[project]
name = "batdetect2"
version = "2.0.0b2"
version = "2.0.0b3"
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" },

2
uv.lock generated
View File

@ -453,7 +453,7 @@ wheels = [
[[package]]
name = "batdetect2"
version = "2.0.0b2"
version = "2.0.0b3"
source = { editable = "." }
dependencies = [
{ name = "click" },