mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-23 23:01:22 +02:00
Update version number
This commit is contained in:
parent
6784815cd9
commit
42a7162c81
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.1.1
|
||||
current_version = 2.0.0b1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
||||
2
.github/workflows/publish-pypi.yml
vendored
2
.github/workflows/publish-pypi.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
uv.lock
|
||||
|
||||
- name: Install dependencies
|
||||
run: just install-dev
|
||||
run: uv sync --all-extras --all-groups
|
||||
|
||||
- name: Build distributions
|
||||
run: just build-dist
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
project = "batdetect2"
|
||||
copyright = "2025, Oisin Mac Aodha, Santiago Martinez Balvanera"
|
||||
author = "Oisin Mac Aodha, Santiago Martinez Balvanera"
|
||||
release = "1.1.1"
|
||||
release = "2.0.0b1"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "batdetect2"
|
||||
version = "1.1.1"
|
||||
version = "2.0.0b1"
|
||||
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" },
|
||||
|
||||
@ -8,7 +8,7 @@ if TYPE_CHECKING:
|
||||
from batdetect2.api_v2 import BatDetect2API
|
||||
|
||||
__all__ = ["BatDetect2API", "__version__"]
|
||||
__version__ = "1.1.1"
|
||||
__version__ = "2.0.0b1"
|
||||
|
||||
logger.disable("batdetect2")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user