chore(main): release 0.4.0 (#393)

This commit is contained in:
Andrew
2023-02-20 23:19:00 -06:00
committed by GitHub
parent a752c42a28
commit 8a3ad1ab93
3 changed files with 10 additions and 2 deletions

View File

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