Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
bumped the version for new PyPI release
  • Loading branch information
aht007 authored Nov 23, 2021
1 parent 4d80bd8 commit eff2ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_repo_health/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit eff2ce5

Please sign in to comment.