Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 359a003

Browse files
authored
Merge pull request #259 from supabase-community/j0/bump_version
feat: bump version to 1.0.1
2 parents 578734e + 0056efc commit 359a003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gotrue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.1"
44

55
from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
66
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gotrue"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Python Client Library for GoTrue"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/gotrue-py"

0 commit comments

Comments
 (0)