Skip to content

Commit

Permalink
Merge pull request #75 from supabase-community/0.5.6
Browse files Browse the repository at this point in the history
chore: bump version to 0.5.2
  • Loading branch information
J0 authored Mar 5, 2023
2 parents 7cb23a2 + 91c4456 commit d584b04
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.1"
version = "0.5.2"

[tool.poetry.dependencies]
httpx = "^0.23"
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.1"
__version__ = "0.5.2"


class SyncClient(BaseClient):
Expand Down

0 comments on commit d584b04

Please sign in to comment.