From e8fd4e2931b8d144bd05ef34de485053f0a0dac1 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Fri, 7 Apr 2023 15:47:16 -0600 Subject: [PATCH] version 1.0 --- batdetect2/__init__.py | 1 + pyproject.toml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/batdetect2/__init__.py b/batdetect2/__init__.py index e69de29..1f356cc 100644 --- a/batdetect2/__init__.py +++ b/batdetect2/__init__.py @@ -0,0 +1 @@ +__version__ = '1.0.0' diff --git a/pyproject.toml b/pyproject.toml index 4ab4d84..2a60909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",