File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies = [
18
18
" scipy >=1.12.0" ,
19
19
" SoundFile >=0.13.1" ,
20
20
]
21
- version = " 5.1.1 "
21
+ version = " 5.1.2 "
22
22
readme = " README.md"
23
23
license = {file = " LICENSE" }
24
24
classifiers = [
@@ -28,7 +28,7 @@ classifiers = [
28
28
' Programming Language :: Python :: 3' ,
29
29
' Programming Language :: Python :: 3.11' ,
30
30
' Programming Language :: Python :: 3.12' ,
31
- ' Programming Language :: Python :: 3.13' ,
31
+ ' Programming Language :: Python :: 3.13' ,
32
32
' Programming Language :: Python :: Implementation :: CPython' ,
33
33
]
34
34
Original file line number Diff line number Diff line change 23
23
__summary__ = "A Python tool to work with any format for annotating animal sounds and bioacoustics data"
24
24
__uri__ = "https://github.com/vocalpy/crowsetta"
25
25
26
- __version__ = "5.1.1 "
26
+ __version__ = "5.1.2 "
27
27
28
28
if base_dir is not None and os .path .exists (os .path .join (base_dir , ".commit" )):
29
29
with open (os .path .join (base_dir , ".commit" )) as fp :
You can’t perform that action at this time.
0 commit comments