Skip to content

Commit

Permalink
Increment for publishing 0.14.0 (#105)
Browse files Browse the repository at this point in the history
* Add dockerignore file

* Increment to 0.14.0

* Update BirdNET-Analyzer submodule
  • Loading branch information
joeweiss authored Jan 22, 2024
1 parent a60e462 commit 6a87bd0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down

0 comments on commit 6a87bd0

Please sign in to comment.