Skip to content

Commit 177df2e

Browse files
committed
DEV: Bump version to 5.0.0
1 parent b51058f commit 177df2e

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.0 -- 2023-03-29
88
### Added
99
- Add information on contributing and setting up a development environment
1010
[#212](https://github.com/NickleDave/crowsetta/pull/212).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"scipy >=1.7.0",
2222
"SoundFile >=0.12.1",
2323
]
24-
version = "5.0.0rc2"
24+
version = "5.0.0"
2525
readme = "README.md"
2626
license = {file = "LICENSE"}
2727
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.0rc2"
26+
__version__ = "5.0.0"
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)