diff --git a/pyproject.toml b/pyproject.toml index 96ee01c..974ebb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "scipy >=1.8.0", "SoundFile >=0.12.1", ] -version = "5.0.2" +version = "5.0.2.post1" readme = "README.md" license = {file = "LICENSE"} classifiers = [ diff --git a/src/crowsetta/__about__.py b/src/crowsetta/__about__.py index bc8b3f3..35f9fce 100644 --- a/src/crowsetta/__about__.py +++ b/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.2" +__version__ = "5.0.2.post1" if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")): with open(os.path.join(base_dir, ".commit")) as fp: