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

Commit 0679ae9

Browse files
chore: bump version, bump CI
1 parent 2edbd6b commit 0679ae9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Poetry
2323
uses: abatilo/[email protected]
2424
with:
25-
poetry-version: 1.3.0
25+
poetry-version: 1.3.2
2626

2727
- name: Run Tests
2828
run: make run_tests

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

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)