From 0431ef2679fcf1d55ac237bfbf54dd7a945a926a Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Tue, 23 Jun 2026 09:49:00 -0600 Subject: [PATCH] fix: correct typo in pyproject.toml for release --- README.md | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fbce3f9..09b0180 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Code for detecting and classifying bat echolocation calls in high-frequency audio recordings. > [!WARNING] -> `batdetect2` 2.0.0b1 is out. +> `batdetect2` 2.0.0b2 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.0b1` is a pre-release on PyPI. +> `2.0.0b2` is a pre-release on PyPI. > You may need to request it explicitly by version, for example: > > ```bash -> uvx --from batdetect2==2.0.0b1 batdetect2 -> uv tool install batdetect2==2.0.0b1 -> pip install batdetect2==2.0.0b1 +> uvx --from batdetect2==2.0.0b2 batdetect2 +> uv tool install batdetect2==2.0.0b2 +> pip install batdetect2==2.0.0b2 > ``` If you have `uv` installed (if not, we recommend it; follow the instructions diff --git a/pyproject.toml b/pyproject.toml index cd3faf9..14e3d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "batdetect2" -version = "2.0.0b1" +version = "2.0.0b2" 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" },