We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879ee47 commit 53dddddCopy full SHA for 53ddddd
pyproject.toml
@@ -21,7 +21,7 @@ dependencies = [
21
"scipy >=1.4.1",
22
"SoundFile >=0.10.3",
23
]
24
-version = "5.0.0rc1"
+version = "5.0.0rc2"
25
readme = "README.md"
26
license = {file = "LICENSE"}
27
classifiers = [
src/crowsetta/__about__.py
@@ -23,7 +23,7 @@
__summary__ = "A Python tool to work with any format for annotating animal vocalizations and bioacoustics data"
__uri__ = "https://github.com/vocalpy/crowsetta"
-__version__ = "5.0.0rc1"
+__version__ = "5.0.0rc2"
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