Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantaubert committed Aug 13, 2024
1 parent 0338a9f commit 6b3af50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2024-08-13

### Added

- Support to load custom TFLite models using `CustomModelV2M4TFLite`
Expand Down Expand Up @@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/birdnet-team/birdnet/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/birdnet-team/birdnet/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/birdnet-team/birdnet/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/birdnet-team/birdnet/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/birdnet-team/birdnet/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/birdnet-team/birdnet/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "birdnet"
version = "0.1.3"
version = "0.1.4"
description = "A Python library for identifying bird species by their sounds."
readme = "README.md"
requires-python = ">=3.9, <3.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

# Duration: 120s
TEST_FILE_WAV = TEST_FILES_DIR / "soundscape.wav"
TEST_PATH = Path(f"{TEST_FILE_WAV}.global.pkl")


def test_invalid_classifier_name_raises_value_error():
Expand Down

0 comments on commit 6b3af50

Please sign in to comment.