Skip to content

Commit abb074f

Browse files
chore: bump postgrest version (#279)
Co-authored-by: [email protected] <[email protected]>
1 parent 85ff406 commit abb074f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6"
3+
__version__ = "0.10.7"
44

55
from httpx import Timeout
66

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "postgrest"
3-
version = "0.10.6"
3+
version = "0.10.7"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>", "Joel Lee <[email protected]>", "Anand"]
66
homepage = "https://github.com/supabase-community/postgrest-py"

0 commit comments

Comments
 (0)