chore(main): release 0.4.1 (#490)

This commit is contained in:
Andrew
2024-05-05 14:25:37 -05:00
committed by GitHub
parent f785186582
commit d4b7849191
3 changed files with 21 additions and 2 deletions

View File

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