Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Aug 23, 2023
1 parent 52474bc commit 6c35dc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ This page lists all active maintainers of this repository. If you were a maintai
See CONTRIBUTING.md for general contribution guidelines.

# Maintainers (in alphabetical order)

- [anand2312](https://github.com/anand2312)
- [dreinon](https://github.com/dreinon)
- [olirice](https://github.com/olirice)
- [J0](https://github.com/J0)
- [leynier](https://github.com/leynier)

# Emeritus Maintainers (in alphabetical order)

- [leynier](https://github.com/leynier)
- [anand2312](https://github.com/anand2312)
- [dreinon](https://github.com/dreinon)
- [fedden](https://github.com/fedden)
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.3"
__version__ = "1.0.4"

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.3"
version = "1.0.4"
description = "Python Client Library for GoTrue"
authors = ["Joel Lee <joel@joellee.org>"]
homepage = "https://github.com/supabase-community/gotrue-py"
Expand Down

0 comments on commit 6c35dc4

Please sign in to comment.