Skip to content

Commit a8efc0f

Browse files
committed
DEV: Bump version to 3.4.3
1 parent 4e66b94 commit a8efc0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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

13-
## 3.4.2
13+
## 3.4.2 -- 2023-05-18
1414
### Fixed
1515
- Remove exceptions raised by 'birdsong-recognition-dataset' format when `wavpath`
1616
directory does not exist or wav files are not found in that directory,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"scipy >=1.4.1",
1919
"SoundFile >=0.10.3",
2020
]
21-
version = "3.4.2"
21+
version = "3.4.3"
2222
readme = "README.md"
2323
license = {file = "LICENSE"}
2424
classifiers = [

src/crowsetta/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__summary__ = "A tool to work with any format for annotating vocalizations"
2424
__uri__ = "https://github.com/NickleDave/crowsetta"
2525

26-
__version__ = "3.4.2"
26+
__version__ = "3.4.3"
2727

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

0 commit comments

Comments
 (0)