Skip to content

Commit

Permalink
Merge pull request #323 from supabase-community/j0/remove_unused_v1
Browse files Browse the repository at this point in the history
refactor: remove unused v1 files
  • Loading branch information
J0 authored Sep 16, 2023
2 parents 687c52d + e9005e4 commit 817fafb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,294 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.3"
__version__ = "1.1.0"

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

0 comments on commit 817fafb

Please sign in to comment.