Skip to content

Commit

Permalink
Merge pull request #15 from supabase/feature/update-version-and-author
Browse files Browse the repository at this point in the history
update version and add author
  • Loading branch information
fedden authored Apr 5, 2021
2 parents dabee85 + 65d9a85 commit 2bde44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "supabase-py"
version = "0.0.2"
description = "Supabase client for Python."
authors = ["Joel Lee <joel@joellee.org>"]
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion supabase_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .client import Client, create_client


__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 2bde44d

Please sign in to comment.