Skip to content

Commit 1a60ea5

Browse files
committed
DEV: Bump version to 5.0.1
1 parent a295863 commit 1a60ea5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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+
## 5.0.1 -- 2023-05-27
88
### Fixed
99
- Fix bug in "generic-seq" format; use validated dataframe
1010
returned by pandera schema, so that "label" column is

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"scipy >=1.7.0",
2121
"SoundFile >=0.12.1",
2222
]
23-
version = "5.0.0"
23+
version = "5.0.1"
2424
readme = "README.md"
2525
license = {file = "LICENSE"}
2626
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 Python tool to work with any format for annotating animal vocalizations and bioacoustics data"
2424
__uri__ = "https://github.com/vocalpy/crowsetta"
2525

26-
__version__ = "5.0.0"
26+
__version__ = "5.0.1"
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)