Skip to content

Commit 075910f

Browse files
authored
Merge pull request #16 from supabase/develop
Hotfix for version/author
2 parents 051fa9b + 2bde44d commit 075910f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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]

supabase_py/__init__.py

Lines changed: 1 addition & 1 deletion
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)