Skip to content

Commit

Permalink
Merge pull request #227 from supabase-community/j0/new_release
Browse files Browse the repository at this point in the history
feat: bump to 1.0.0
  • Loading branch information
J0 committed Feb 5, 2023
2 parents 53c1fef + ac012cd commit b5cdd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gotrue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.5.4"
__version__ = "1.0.0"

from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gotrue"
version = "0.5.4"
version = "1.0.0"
description = "Python Client Library for GoTrue"
authors = ["Joel Lee <joel@joellee.org>"]
homepage = "https://github.com/supabase-community/gotrue-py"
Expand Down

0 comments on commit b5cdd36

Please sign in to comment.