diff --git a/src/pollyglot/__about__.py b/src/pollyglot/__about__.py index 518b6b7..b6b54f9 100644 --- a/src/pollyglot/__about__.py +++ b/src/pollyglot/__about__.py @@ -23,7 +23,7 @@ __summary__ = "Small example datasets of annotated vocalizations" __uri__ = "https://github.com/NickleDave/pollyglot" -__version__ = "0.1.0" +__version__ = "0.1.1" 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: