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

Commit 9498105

Browse files
committed
chore: bumping version to v0.3.1
1 parent f415aa0 commit 9498105

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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__ = "0.3.0"
3+
__version__ = "0.3.1"
44

55
from ._async.api import AsyncGoTrueAPI
66
from ._async.client import AsyncGoTrueClient

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gotrue"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Python Client Library for GoTrue"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/gotrue-py"
@@ -35,7 +35,7 @@ commitizen = "^2.20.3"
3535

3636
[tool.commitizen]
3737
name = "cz_conventional_commits"
38-
version = "0.3.0"
38+
version = "0.3.1"
3939
version_files = [
4040
"gotrue/__init__.py",
4141
"pyproject.toml:version"

0 commit comments

Comments
 (0)