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

Commit 15cbda8

Browse files
chore: bump version
1 parent 727c123 commit 15cbda8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.4"
21+
version = "0.3.5"
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.3.4"
4+
__version__ = "0.3.5"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)