Skip to content

Commit

Permalink
Merge pull request #123 from supabase-community/j0/bump_storage_0_5_3
Browse files Browse the repository at this point in the history
feat: bump version to 0.5.3
  • Loading branch information
J0 authored Jul 24, 2023
2 parents 2eb5ae8 + 2f2b3a6 commit f1df45f
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 f1df45f

Please sign in to comment.