We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a490e91 commit 87c5a4aCopy full SHA for 87c5a4a
pyproject.toml
@@ -18,7 +18,7 @@ dependencies = [
18
"scipy >=1.12.0",
19
"SoundFile >=0.13.1",
20
]
21
-version = "5.1.3"
+version = "5.1.3.post1"
22
readme = "README.md"
23
license = {file = "LICENSE"}
24
classifiers = [
src/crowsetta/__about__.py
@@ -23,7 +23,7 @@
__summary__ = "A Python tool to work with any format for annotating animal sounds and bioacoustics data"
__uri__ = "https://github.com/vocalpy/crowsetta"
25
26
-__version__ = "5.1.3"
+__version__ = "5.1.3.post1"
27
28
if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")):
29
with open(os.path.join(base_dir, ".commit")) as fp:
0 commit comments