mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
version 1.0
This commit is contained in:
parent
c2c9652a04
commit
e8fd4e2931
@ -0,0 +1 @@
|
||||
__version__ = '1.0.0'
|
@ -6,7 +6,7 @@ dev = [
|
||||
|
||||
[project]
|
||||
name = "batdetect2"
|
||||
version = "0.2.0"
|
||||
version = "1.0.0"
|
||||
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" },
|
||||
@ -70,6 +70,9 @@ enabled = false
|
||||
live_mode = true
|
||||
strict = true
|
||||
|
||||
[tool.pydocstyle]
|
||||
convention = "numpy"
|
||||
|
||||
[tool.pyright]
|
||||
include = [
|
||||
"bat_detect",
|
||||
|
Loading…
Reference in New Issue
Block a user