Skip to content

Commit

Permalink
DEV: Bump version to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed May 20, 2023
1 parent 4e66b94 commit a8efc0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 3.4.3 -- 2023-05-20
- Revert "fix" from 3.4.2 because audio is actually needed with
'birdsong-recognition-dataset', to get sampling rate when we convert
from sample number to seconds
[#256](https://github.com/NickleDave/crowsetta/pull/256).

## 3.4.2
## 3.4.2 -- 2023-05-18
### Fixed
- Remove exceptions raised by 'birdsong-recognition-dataset' format when `wavpath`
directory does not exist or wav files are not found in that directory,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"scipy >=1.4.1",
"SoundFile >=0.10.3",
]
version = "3.4.2"
version = "3.4.3"
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/crowsetta/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "A tool to work with any format for annotating vocalizations"
__uri__ = "https://github.com/NickleDave/crowsetta"

__version__ = "3.4.2"
__version__ = "3.4.3"

if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")):
with open(os.path.join(base_dir, ".commit")) as fp:
Expand Down

0 comments on commit a8efc0f

Please sign in to comment.