Skip to content

Commit 53ddddd

Browse files
committed
DEV: Bump version, 5.0.0rc2
1 parent 879ee47 commit 53ddddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"scipy >=1.4.1",
2222
"SoundFile >=0.10.3",
2323
]
24-
version = "5.0.0rc1"
24+
version = "5.0.0rc2"
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.0rc1"
26+
__version__ = "5.0.0rc2"
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)