Skip to content

Commit

Permalink
feat: release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 3, 2023
1 parent 86ac440 commit 0cf8072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
__version__ = "1.0.3"

from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gotrue"
version = "1.0.2"
version = "1.0.3"
description = "Python Client Library for GoTrue"
authors = ["Joel Lee <[email protected]>"]
homepage = "https://github.com/supabase-community/gotrue-py"
Expand Down Expand Up @@ -30,7 +30,7 @@ pytest-depends = "^1.0.1"
pytest-asyncio = "^0.21.1"
Faker = "^18.3.1"
unasync-cli = "^0.0.9"
python-semantic-release = "^7.34.6"
python-semantic-release = "^8.0.4"

[tool.poetry.group.dev.dependencies]
pygithub = "^1.57"
Expand Down

0 comments on commit 0cf8072

Please sign in to comment.