From 65d9a855293f9c9f1effe162ff9c02705dd4f788 Mon Sep 17 00:00:00 2001 From: leonfedden Date: Mon, 5 Apr 2021 19:17:07 +0100 Subject: [PATCH] update version and add author --- pyproject.toml | 2 +- supabase_py/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4312c249..01e36615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "supabase-py" version = "0.0.2" description = "Supabase client for Python." -authors = ["Joel Lee "] +authors = ["Joel Lee ", "Leon Fedden "] license = "MIT" [tool.poetry.dependencies] diff --git a/supabase_py/__init__.py b/supabase_py/__init__.py index 2ac32a05..7139b52d 100644 --- a/supabase_py/__init__.py +++ b/supabase_py/__init__.py @@ -6,4 +6,4 @@ from .client import Client, create_client -__version__ = "0.0.1" +__version__ = "0.0.2"