diff --git a/README.md b/README.md index 09b0180..7650b57 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.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 diff --git a/pyproject.toml b/pyproject.toml index 3be4922..27d45de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, diff --git a/uv.lock b/uv.lock index d43d84d..d4a74f7 100644 --- a/uv.lock +++ b/uv.lock @@ -453,7 +453,7 @@ wheels = [ [[package]] name = "batdetect2" -version = "2.0.0b2" +version = "2.0.0b3" source = { editable = "." } dependencies = [ { name = "click" },