chore(main): release 0.4.4 (#704)

This commit is contained in:
Andrew
2025-04-16 09:05:23 -05:00
committed by GitHub
parent 694c51731c
commit 781692796a
3 changed files with 63 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
"""Py Healthchecks.Io."""
# set by poetry-dynamic-versioning
__version__ = "0.4.3" # noqa: E402
__version__ = "0.4.4" # noqa: E402
from .client import AsyncClient # noqa: F401, E402
from .client import Client # noqa: F401, E402