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

View File

@ -1,6 +1,6 @@
[project] [project]
name = "batdetect2" 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." description = "Deep learning model for detecting and classifying bat echolocation calls in high frequency audio recordings."
authors = [ authors = [
{ "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" }, { "name" = "Oisin Mac Aodha", "email" = "oisin.macaodha@ed.ac.uk" },

2
uv.lock generated
View File

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