Skip to content

Commit

Permalink
feat: bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 3, 2023
1 parent 578734e commit 0056efc
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.0"
__version__ = "1.0.1"

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.0"
version = "1.0.1"
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 0056efc

Please sign in to comment.