Skip to content

Commit

Permalink
Merge pull request #152 from supabase-community/j0/test_workflow
Browse files Browse the repository at this point in the history
feat: bump version
  • Loading branch information
J0 authored Sep 28, 2023
2 parents bf49d51 + 10ba8be commit 9b227ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage3/utils.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 9b227ce

Please sign in to comment.