diff --git a/storage3/utils.py b/storage3/utils.py index 8346390f..de0c58ee 100644 --- a/storage3/utils.py +++ b/storage3/utils.py @@ -1,7 +1,7 @@ from httpx import AsyncClient as AsyncClient # noqa: F401 from httpx import Client as BaseClient -__version__ = "0.5.4" +__version__ = "0.5.5" class SyncClient(BaseClient):