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

Commit 7c754cf

Browse files
author
Joel Lee
committed
chore: update versions and publish to PyPI
1 parent c62151c commit 7c754cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "storage3"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Supabase Storage client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>"]
66
homepage = "https://github.com/supabase-community/storage-py"

storage3/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__version__ = "0.1.1"
2+
from storage3 import lib, storage_client
3+
4+
__all__ = ["storage_client", "lib"]

0 commit comments

Comments
 (0)