Skip to content

Commit

Permalink
Merge pull request #68 from supabase-community/j0/bump_version_0_5_1
Browse files Browse the repository at this point in the history
chore: bump version to 0_5_1 , bump CI
  • Loading branch information
J0 authored Feb 22, 2023
2 parents 436121f + 0679ae9 commit ae9fc30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.3.0
poetry-version: 1.3.2

- name: Run Tests
run: make run_tests
Expand Down
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.0"
version = "0.5.1"

[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.0"
__version__ = "0.5.1"


class SyncClient(BaseClient):
Expand Down

0 comments on commit ae9fc30

Please sign in to comment.