Skip to content

Commit

Permalink
DEV: Bup version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Oct 12, 2024
1 parent a5ebd05 commit fb83714
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
## 5.1.0
### Added
- Make `crowsetta.SimpleSeq.from_file` work with an "empty" csv file,
one that has no annotated segments
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.8.0",
"SoundFile >=0.12.1",
]
version = "5.0.3"
version = "5.1.0"
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
Expand Down
4 changes: 2 additions & 2 deletions src/crowsetta/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@


__title__ = "crowsetta"
__summary__ = "A Python tool to work with any format for annotating animal vocalizations and bioacoustics data"
__summary__ = "A Python tool to work with any format for annotating animal sounds and bioacoustics data"
__uri__ = "https://github.com/vocalpy/crowsetta"

__version__ = "5.0.3"
__version__ = "5.1.0"

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 fb83714

Please sign in to comment.