Skip to content

Commit ca3ce80

Browse files
committed
DEV: Bump version to 5.1.2
1 parent 2c8afbd commit ca3ce80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.1"
21+
version = "5.1.2"
2222
readme = "README.md"
2323
license = {file = "LICENSE"}
2424
classifiers = [
@@ -28,7 +28,7 @@ classifiers = [
2828
'Programming Language :: Python :: 3',
2929
'Programming Language :: Python :: 3.11',
3030
'Programming Language :: Python :: 3.12',
31-
'Programming Language :: Python :: 3.13',
31+
'Programming Language :: Python :: 3.13',
3232
'Programming Language :: Python :: Implementation :: CPython',
3333
]
3434

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