From da8be6fc3b9ee9ada78acfc110bdb7c8ec354b91 Mon Sep 17 00:00:00 2001 From: "joel@joellee.org" Date: Sat, 1 Jul 2023 20:08:32 +0200 Subject: [PATCH] fix: bump version --- gotrue/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotrue/__init__.py b/gotrue/__init__.py index b354151b..4b19e64f 100644 --- a/gotrue/__init__.py +++ b/gotrue/__init__.py @@ -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