Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 9b227ce

Browse files
authored
Merge pull request #152 from supabase-community/j0/test_workflow
feat: bump version
2 parents bf49d51 + 10ba8be commit 9b227ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from httpx import AsyncClient as AsyncClient # noqa: F401
22
from httpx import Client as BaseClient
33

4-
__version__ = "0.5.4"
4+
__version__ = "0.5.5"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)