From eff2ce564e1e2fb4fcc647c65c57583c243fd090 Mon Sep 17 00:00:00 2001 From: Mohammad Ahtasham ul Hassan <60315450+aht007@users.noreply.github.com> Date: Tue, 23 Nov 2021 17:11:55 +0500 Subject: [PATCH] chore: bump version bumped the version for new PyPI release --- pytest_repo_health/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):