Skip to content

Commit f4aa49b

Browse files
committed
DEV: Bump version to 5.1.3
1 parent b990d71 commit f4aa49b

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
@@ -18,7 +18,7 @@ dependencies = [
1818
"scipy >=1.12.0",
1919
"SoundFile >=0.13.1",
2020
]
21-
version = "5.1.2"
21+
version = "5.1.3"
2222
readme = "README.md"
2323
license = {file = "LICENSE"}
2424
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 sounds and bioacoustics data"
2424
__uri__ = "https://github.com/vocalpy/crowsetta"
2525

26-
__version__ = "5.1.2"
26+
__version__ = "5.1.3"
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)