Skip to content

Commit 0fa4e4e

Browse files
chore: bump version (#197)
Co-authored-by: [email protected] <[email protected]>
1 parent 228fe53 commit 0fa4e4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

postgrest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.10.3"
3+
__version__ = "0.10.4"
44

55
from httpx import Timeout
66

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
2-
name = "postgrest-py"
3-
version = "0.10.3"
2+
name = "postgrest"
3+
version = "0.10.4"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
5-
authors = ["Lương Quang Mạnh <[email protected]>"]
5+
authors = ["Lương Quang Mạnh <[email protected]>", "Joel Lee <[email protected]>", "Anand"]
66
homepage = "https://github.com/supabase-community/postgrest-py"
77
repository = "https://github.com/supabase-community/postgrest-py"
88
documentation = "https://postgrest-py.rtfd.io"

0 commit comments

Comments
 (0)