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.0 -- 2023-03-29
8
8
### Added
9
9
- Add information on contributing and setting up a development environment
10
10
[ #212 ] ( https://github.com/NickleDave/crowsetta/pull/212 ) .
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies = [
21
21
" scipy >=1.7.0" ,
22
22
" SoundFile >=0.12.1" ,
23
23
]
24
- version = " 5.0.0rc2 "
24
+ version = " 5.0.0 "
25
25
readme = " README.md"
26
26
license = {file = " LICENSE" }
27
27
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.0rc2 "
26
+ __version__ = "5.0.0 "
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