From 6a87bd0d28f9d06ce55729e213556b72ee68ca24 Mon Sep 17 00:00:00 2001 From: Joe Weiss Date: Mon, 22 Jan 2024 14:51:31 -0500 Subject: [PATCH] Increment for publishing 0.14.0 (#105) * Add dockerignore file * Increment to 0.14.0 * Update BirdNET-Analyzer submodule --- .dockerignore | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- tests/BirdNET-Analyzer | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..093657a --- /dev/null +++ b/.dockerignore @@ -0,0 +1,22 @@ +__pycache__ +*.pyc +*.pyo +*.pyd +.Python +env +pip-log.txt +pip-delete-this-directory.txt +.tox +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.log +.git +.mypy_cache +.pytest_cache +.hypothesis +.github +_data/ diff --git a/pyproject.toml b/pyproject.toml index 8a6d4b8..d88db88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ exclude = [ [project] name = "birdnetlib" -version = "0.13.2" +version = "0.14.0" authors = [ { name="Joe Weiss", email="joe.weiss@gmail.com" }, ] diff --git a/tests/BirdNET-Analyzer b/tests/BirdNET-Analyzer index 2a4ffcd..9894557 160000 --- a/tests/BirdNET-Analyzer +++ b/tests/BirdNET-Analyzer @@ -1 +1 @@ -Subproject commit 2a4ffcda6000bd4bb061b09fda5ff3dc442c0f06 +Subproject commit 98945574c68102ccfac6c3504fcc63e64ed6f9e3