Skip to content

Commit

Permalink
Merge pull request #287 from supabase-community/j0/release_new_ver
Browse files Browse the repository at this point in the history
feat: release v1.0.3
  • Loading branch information
J0 authored Aug 3, 2023
2 parents 86b9648 + baa692c commit a6f8fd6
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__ = "1.0.2"
__version__ = "1.0.3"

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 = "1.0.2"
version = "1.0.3"
description = "Python Client Library for GoTrue"
authors = ["Joel Lee <[email protected]>"]
homepage = "https://github.com/supabase-community/gotrue-py"
Expand Down

0 comments on commit a6f8fd6

Please sign in to comment.