Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d584b04

Browse files
authored
Merge pull request #75 from supabase-community/0.5.6
chore: bump version to 0.5.2
2 parents 7cb23a2 + 91c4456 commit d584b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT"
1818
name = "storage3"
1919
readme = "README.md"
2020
repository = "https://github.com/supabase-community/storage-py"
21-
version = "0.5.1"
21+
version = "0.5.2"
2222

2323
[tool.poetry.dependencies]
2424
httpx = "^0.23"

storage3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from httpx import AsyncClient as AsyncClient # noqa: F401
22
from httpx import Client as BaseClient
33

4-
__version__ = "0.5.1"
4+
__version__ = "0.5.2"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)