Skip to content

Commit

Permalink
chore: update file versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lee committed Dec 29, 2021
1 parent f29bada commit b0bc3de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In the interest of fostering an open and welcoming environment, please review an
## Code and copy reviews

All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. After filing a pull request, please tag any two of the [current maintainers](./supabase/lib/MAINTAINERS.md) to request a review.
use GitHub pull requests for this purpose. After filing a pull request, please tag any two of the [current maintainers](./MAINTAINERS.md) to request a review.

## Report an issue

Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "supabase"
version = "0.0.3"
version = "0.1.0"
description = "Supabase client for Python."
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>"]
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand"]
homepage = "https://github.com/supabase-community/supabase-py"
repository = "https://github.com/supabase-community/supabase-py"
documentation = "https://github.com/supabase-community/supabase-py"
Expand All @@ -16,9 +16,9 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
postgrest-py = {git = "https://github.com/supabase-community/postgrest-py.git", rev = "3934fb2bd7c755962fa2fe490419d3e967e3555a"}
postgrest-py = "^0.6.0"
realtime-py = "^0.1.2"
gotrue = {git = "https://github.com/supabase-community/gotrue-py.git", rev = "9ba3192dbdccd2f02a4819b52dd6cf51095af7e7"}
gotrue = "^0.3.0"
httpx = ">=0.19,<0.22"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion supabase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.1.0"

from supabase import client, lib
from supabase.client import Client, create_client
Expand Down

0 comments on commit b0bc3de

Please sign in to comment.