Skip to content

Commit

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

## [Unreleased]

## [0.1.2] - 2024-07-08

### Added

- Add GPU support by introducing the Protobuf model of v2.4
- Add GPU support by introducing the Protobuf model (v2.4)

### Changed

Expand All @@ -20,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Bugfix output interval durations are now always of type 'float'

## [0.1.1] - 2024-08-02

### Added
Expand All @@ -36,6 +38,7 @@ 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.1...HEAD
[Unreleased]: https://github.com/birdnet-team/birdnet/compare/v0.1.2...HEAD
[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
[0.1.0]: https://github.com/birdnet-team/birdnet/releases/tag/v0.1.0
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.1"
version = "0.1.2"
description = "A Python library for identifying bird species by their sounds."
readme = "README.md"
requires-python = ">=3.9, <3.12"
Expand Down

0 comments on commit de20e9f

Please sign in to comment.