Skip to content

Commit 65d9a85

Browse files
committed
update version and add author
1 parent dabee85 commit 65d9a85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "supabase-py"
33
version = "0.0.2"
44
description = "Supabase client for Python."
5-
authors = ["Joel Lee <[email protected]>"]
5+
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]

Diff for: supabase_py/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .client import Client, create_client
77

88

9-
__version__ = "0.0.1"
9+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)