Skip to content

Commit

Permalink
Merge pull request #280 from supabase-community/j0/update_version
Browse files Browse the repository at this point in the history
fix: bump __init__ version to 1.02
  • Loading branch information
J0 committed Jul 1, 2023
2 parents 6b0b687 + da8be6f commit 99b9907
Showing 1 changed file with 1 addition and 1 deletion.
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.1"
__version__ = "1.0.2"

from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401
Expand Down

0 comments on commit 99b9907

Please sign in to comment.