diff --git a/pytest_repo_health/__init__.py b/pytest_repo_health/__init__.py index b462536..380af40 100644 --- a/pytest_repo_health/__init__.py +++ b/pytest_repo_health/__init__.py @@ -5,7 +5,7 @@ """ from typing import Union -__version__ = "2.2.2" +__version__ = "2.2.3" def health_metadata(parent_path: list, output_keys: dict):