File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## 5.0.1 -- 2023-05-27
8
8
### Fixed
9
9
- Fix bug in "generic-seq" format; use validated dataframe
10
10
returned by pandera schema, so that "label" column is
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies = [
20
20
" scipy >=1.7.0" ,
21
21
" SoundFile >=0.12.1" ,
22
22
]
23
- version = " 5.0.0 "
23
+ version = " 5.0.1 "
24
24
readme = " README.md"
25
25
license = {file = " LICENSE" }
26
26
classifiers = [
Original file line number Diff line number Diff line change 23
23
__summary__ = "A Python tool to work with any format for annotating animal vocalizations and bioacoustics data"
24
24
__uri__ = "https://github.com/vocalpy/crowsetta"
25
25
26
- __version__ = "5.0.0 "
26
+ __version__ = "5.0.1 "
27
27
28
28
if base_dir is not None and os .path .exists (os .path .join (base_dir , ".commit" )):
29
29
with open (os .path .join (base_dir , ".commit" )) as fp :
You can’t perform that action at this time.
0 commit comments