Skip to content

Commit

Permalink
chore: bump pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Jul 24, 2023
1 parent 2eb5ae8 commit 2f2b3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
name = "storage3"
readme = "README.md"
repository = "https://github.com/supabase-community/storage-py"
version = "0.5.2"
version = "0.5.3"

[tool.poetry.dependencies]
httpx = ">=0.23,<0.25"
Expand Down
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.2"
__version__ = "0.5.3"


class SyncClient(BaseClient):
Expand Down

0 comments on commit 2f2b3a6

Please sign in to comment.