version 1.0

This commit is contained in:
Santiago Martinez 2023-04-07 15:47:16 -06:00
parent c2c9652a04
commit e8fd4e2931
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
__version__ = '1.0.0'

View File

@ -6,7 +6,7 @@ dev = [
[project] [project]
name = "batdetect2" 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." 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" },
@ -70,6 +70,9 @@ enabled = false
live_mode = true live_mode = true
strict = true strict = true
[tool.pydocstyle]
convention = "numpy"
[tool.pyright] [tool.pyright]
include = [ include = [
"bat_detect", "bat_detect",