Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Sep 28, 2023
1 parent bf49d51 commit 10ba8be
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 10ba8be

Please sign in to comment.